Home
last modified time | relevance | path

Searched refs:topViewController (Results 1 – 23 of 23) sorted by relevance

/expo/packages/expo-dev-menu/ios/OverlayContainer/
H A DOverlayContainerViewController.swift56 open var topViewController: UIViewController? { variable
61 return topViewController
267 let overlayController = topViewController else { in loadTranslationDrivers()
336 guard let controller = topViewController else { return }
347 guard let controller = topViewController else { return }
357 guard let controller = topViewController else { return } in translationControllerWillStartDraggingOverlay()
370 guard let controller = topViewController else { return }
385 guard let controller = topViewController else { return }
410 return topViewController in overlayViewController()
/expo/ios/vendored/sdk47/react-native-screens/ios/
H A DABI47_0_0RNSScreenStack.mm49 return [self topViewController];
54 return [self topViewController].preferredStatusBarUpdateAnimation;
59 return [self topViewController];
64 return [self topViewController].supportedInterfaceOrientations;
69 return [self topViewController];
282 …[self navigationController:_controller willShowViewController:_controller.topViewController animat…
456 UIViewController *previousTop = _controller.topViewController;
H A DABI47_0_0RNSScreenWindowTraits.mm227 vc = [(ABI47_0_0RNScreensNavigationController *)lastViewController topViewController];
H A DABI47_0_0RNSScreen.mm766 // and the index of the target screen, which is the view of topViewController at this point.
769 int targetIndex = [self getIndexOfView:self.navigationController.topViewController.view];
H A DABI47_0_0RNSScreenStackHeaderConfig.mm117 nextVC = nav.topViewController;
/expo/ios/vendored/sdk48/react-native-screens/ios/
H A DABI48_0_0RNSScreenStack.mm49 return [self topViewController];
54 return [self topViewController].preferredStatusBarUpdateAnimation;
59 return [self topViewController];
64 return [self topViewController].supportedInterfaceOrientations;
69 return [self topViewController];
282 …[self navigationController:_controller willShowViewController:_controller.topViewController animat…
456 UIViewController *previousTop = _controller.topViewController;
H A DABI48_0_0RNSScreenWindowTraits.mm227 vc = [(ABI48_0_0RNScreensNavigationController *)lastViewController topViewController];
H A DABI48_0_0RNSScreen.mm767 // and the index of the target screen, which is the view of topViewController at this point.
770 int targetIndex = [self getIndexOfView:self.navigationController.topViewController.view];
H A DABI48_0_0RNSScreenStackHeaderConfig.mm117 nextVC = nav.topViewController;
/expo/ios/vendored/sdk49/react-native-screens/ios/
H A DABI49_0_0RNSScreenStack.mm49 return [self topViewController];
54 return [self topViewController].preferredStatusBarUpdateAnimation;
59 return [self topViewController];
64 return [self topViewController].supportedInterfaceOrientations;
69 return [self topViewController];
297 …[self navigationController:_controller willShowViewController:_controller.topViewController animat…
471 UIViewController *previousTop = _controller.topViewController;
H A DABI49_0_0RNSScreenWindowTraits.mm250 vc = [(ABI49_0_0RNScreensNavigationController *)lastViewController topViewController];
H A DABI49_0_0RNSScreen.mm852 // and the index of the target screen, which is the view of topViewController at this point.
855 int targetIndex = [self getIndexOfView:self.navigationController.topViewController.view];
H A DABI49_0_0RNSScreenStackHeaderConfig.mm140 nextVC = nav.topViewController;
/expo/ios/vendored/unversioned/react-native-screens/ios/
H A DRNSScreenStack.mm49 return [self topViewController];
54 return [self topViewController].preferredStatusBarUpdateAnimation;
59 return [self topViewController];
64 return [self topViewController].supportedInterfaceOrientations;
69 return [self topViewController];
297 …[self navigationController:_controller willShowViewController:_controller.topViewController animat…
471 UIViewController *previousTop = _controller.topViewController;
H A DRNSScreenWindowTraits.mm250 vc = [(RNScreensNavigationController *)lastViewController topViewController];
H A DRNSScreen.mm852 // and the index of the target screen, which is the view of topViewController at this point.
855 int targetIndex = [self getIndexOfView:self.navigationController.topViewController.view];
H A DRNSScreenStackHeaderConfig.mm140 nextVC = nav.topViewController;
/expo/ios/vendored/unversioned/react-native-reanimated/ios/LayoutReanimation/
H A DREASharedTransitionManager.m248 …ackTarget = viewTargetParentScreen.reactViewController.navigationController.topViewController.view;
436 screen = stack.reactViewController.navigationController.topViewController.view;
/expo/ios/vendored/sdk49/react-native-reanimated/ios/LayoutReanimation/
H A DABI49_0_0REASharedTransitionManager.m248 … = viewTargetParentScreen.ABI49_0_0ReactViewController.navigationController.topViewController.view;
436 screen = stack.ABI49_0_0ReactViewController.navigationController.topViewController.view;
/expo/ios/vendored/sdk49/react-native-webview/apple/
H A DABI49_0_0RNCWebViewImpl.m1078 [[self topViewController] presentViewController:alert animated:YES completion:NULL];
1100 [[self topViewController] presentViewController:alert animated:YES completion:NULL];
1131 [[self topViewController] presentViewController:alert animated:YES completion:NULL];
1185 * topViewController
1187 -(UIViewController *)topViewController{
/expo/ios/vendored/unversioned/react-native-webview/apple/
H A DRNCWebViewImpl.m1078 [[self topViewController] presentViewController:alert animated:YES completion:NULL];
1100 [[self topViewController] presentViewController:alert animated:YES completion:NULL];
1131 [[self topViewController] presentViewController:alert animated:YES completion:NULL];
1185 * topViewController
1187 -(UIViewController *)topViewController{
/expo/ios/vendored/sdk48/react-native-webview/apple/
H A DABI48_0_0RNCWebView.m1023 [[self topViewController] presentViewController:alert animated:YES completion:NULL];
1045 [[self topViewController] presentViewController:alert animated:YES completion:NULL];
1076 [[self topViewController] presentViewController:alert animated:YES completion:NULL];
1130 * topViewController
1132 -(UIViewController *)topViewController{ method in __IPHONE_OS_VERSION_MAX_ALLOWED
/expo/ios/vendored/sdk47/react-native-webview/apple/
H A DABI47_0_0RNCWebView.m1003 [[self topViewController] presentViewController:alert animated:YES completion:NULL];
1025 [[self topViewController] presentViewController:alert animated:YES completion:NULL];
1056 [[self topViewController] presentViewController:alert animated:YES completion:NULL];
1110 * topViewController
1112 -(UIViewController *)topViewController{ method in __IPHONE_OS_VERSION_MAX_ALLOWED