Home
last modified time | relevance | path

Searched refs:viewController (Results 1 – 25 of 70) sorted by relevance

123

/expo/packages/expo-web-browser/ios/
H A DWebBrowserSession.swift7 let viewController: SFSafariViewController variable
17 viewController = SFSafariViewController(url: url, configuration: configuration)
18 viewController.modalPresentationStyle = options.presentationStyle.toPresentationStyle()
19 viewController.dismissButtonStyle = options.dismissButtonStyle.toSafariDismissButtonStyle()
20 viewController.preferredBarTintColor = options.toolbarColor
21 viewController.preferredControlTintColor = options.controlsColor
24 viewController.delegate = self
25 viewController.presentationController?.delegate = self
33 currentViewController?.present(viewController, animated: true, completion: nil) in open()
37 viewController.dismiss(animated: true) { in dismiss()
/expo/ios/versioned/sdk48/ExpoWebBrowser/
H A DWebBrowserSession.swift7 let viewController: SFSafariViewController variable
18 viewController = SFSafariViewController(url: url, configuration: configuration)
19 viewController.modalPresentationStyle = options.presentationStyle.toPresentationStyle()
20 viewController.dismissButtonStyle = options.dismissButtonStyle.toSafariDismissButtonStyle()
21 viewController.preferredBarTintColor = options.toolbarColor
22 viewController.preferredControlTintColor = options.controlsColor
25 viewController.delegate = self
26 viewController.presentationController?.delegate = self
34 currentViewController?.present(viewController, animated: true, completion: nil) in open()
40 viewController.dismiss(animated: true) { in dismiss()
/expo/ios/versioned/sdk49/ExpoWebBrowser/
H A DWebBrowserSession.swift7 let viewController: SFSafariViewController variable
17 viewController = SFSafariViewController(url: url, configuration: configuration)
18 viewController.modalPresentationStyle = options.presentationStyle.toPresentationStyle()
19 viewController.dismissButtonStyle = options.dismissButtonStyle.toSafariDismissButtonStyle()
20 viewController.preferredBarTintColor = options.toolbarColor
21 viewController.preferredControlTintColor = options.controlsColor
24 viewController.delegate = self
25 viewController.presentationController?.delegate = self
33 currentViewController?.present(viewController, animated: true, completion: nil) in open()
37 viewController.dismiss(animated: true) { in dismiss()
/expo/ios/versioned/sdk47/ExpoWebBrowser/
H A DWebBrowserSession.swift7 let viewController: SFSafariViewController variable
18 viewController = SFSafariViewController(url: url, configuration: configuration)
19 viewController.modalPresentationStyle = options.presentationStyle.toPresentationStyle()
20 viewController.dismissButtonStyle = options.dismissButtonStyle.toSafariDismissButtonStyle()
21 viewController.preferredBarTintColor = options.toolbarColor
22 viewController.preferredControlTintColor = options.controlsColor
25 viewController.delegate = self
26 viewController.presentationController?.delegate = self
34 currentViewController?.present(viewController, animated: true, completion: nil) in open()
40 viewController.dismiss(animated: true) { in dismiss()
/expo/packages/expo-splash-screen/ios/EXSplashScreen/
H A DEXSplashScreenService.h29 - (void)showSplashScreenFor:(UIViewController *)viewController
36 - (void)showSplashScreenFor:(UIViewController *)viewController
46 -(void)showSplashScreenFor:(UIViewController *)viewController
55 - (void)hideSplashScreenFor:(UIViewController *)viewController
63 - (void)preventSplashScreenAutoHideFor:(UIViewController *)viewController
72 - (void)onAppContentDidAppear:(UIViewController *)viewController;
77 - (void)onAppContentWillReload:(UIViewController *)viewController;
H A DEXSplashScreenService.m38 - (void)showSplashScreenFor:(UIViewController *)viewController
42 return [self showSplashScreenFor:viewController
50 - (void)showSplashScreenFor:(UIViewController *)viewController
61 UIView *rootView = viewController.view;
66 [self showSplashScreenFor:viewController
73 - (void)showSplashScreenFor:(UIViewController *)viewController
101 - (void)hideSplashScreenFor:(UIViewController *)viewController
115 - (void)onAppContentDidAppear:(UIViewController *)viewController
119 [self hideSplashScreenFor:viewController
126 - (void)onAppContentWillReload:(UIViewController *)viewController
[all …]
/expo/ios/versioned/sdk49/EXSplashScreen/EXSplashScreen/
H A DABI49_0_0EXSplashScreenService.h29 - (void)showSplashScreenFor:(UIViewController *)viewController
36 - (void)showSplashScreenFor:(UIViewController *)viewController
46 -(void)showSplashScreenFor:(UIViewController *)viewController
55 - (void)hideSplashScreenFor:(UIViewController *)viewController
63 - (void)preventSplashScreenAutoHideFor:(UIViewController *)viewController
72 - (void)onAppContentDidAppear:(UIViewController *)viewController;
77 - (void)onAppContentWillReload:(UIViewController *)viewController;
H A DABI49_0_0EXSplashScreenService.m38 - (void)showSplashScreenFor:(UIViewController *)viewController
42 return [self showSplashScreenFor:viewController
50 - (void)showSplashScreenFor:(UIViewController *)viewController
61 UIView *rootView = viewController.view;
66 [self showSplashScreenFor:viewController
73 - (void)showSplashScreenFor:(UIViewController *)viewController
101 - (void)hideSplashScreenFor:(UIViewController *)viewController
115 - (void)onAppContentDidAppear:(UIViewController *)viewController
122 [self hideSplashScreenFor:viewController
129 - (void)onAppContentWillReload:(UIViewController *)viewController
[all …]
/expo/ios/versioned/sdk48/EXSplashScreen/EXSplashScreen/
H A DABI48_0_0EXSplashScreenService.h29 - (void)showSplashScreenFor:(UIViewController *)viewController
36 - (void)showSplashScreenFor:(UIViewController *)viewController
46 -(void)showSplashScreenFor:(UIViewController *)viewController
55 - (void)hideSplashScreenFor:(UIViewController *)viewController
63 - (void)preventSplashScreenAutoHideFor:(UIViewController *)viewController
72 - (void)onAppContentDidAppear:(UIViewController *)viewController;
77 - (void)onAppContentWillReload:(UIViewController *)viewController;
H A DABI48_0_0EXSplashScreenService.m38 - (void)showSplashScreenFor:(UIViewController *)viewController
42 return [self showSplashScreenFor:viewController
50 - (void)showSplashScreenFor:(UIViewController *)viewController
61 UIView *rootView = viewController.view;
66 [self showSplashScreenFor:viewController
73 - (void)showSplashScreenFor:(UIViewController *)viewController
101 - (void)hideSplashScreenFor:(UIViewController *)viewController
115 - (void)onAppContentDidAppear:(UIViewController *)viewController
122 [self hideSplashScreenFor:viewController
129 - (void)onAppContentWillReload:(UIViewController *)viewController
[all …]
/expo/ios/versioned/sdk47/EXSplashScreen/EXSplashScreen/
H A DABI47_0_0EXSplashScreenService.h29 - (void)showSplashScreenFor:(UIViewController *)viewController
36 - (void)showSplashScreenFor:(UIViewController *)viewController
46 -(void)showSplashScreenFor:(UIViewController *)viewController
55 - (void)hideSplashScreenFor:(UIViewController *)viewController
63 - (void)preventSplashScreenAutoHideFor:(UIViewController *)viewController
72 - (void)onAppContentDidAppear:(UIViewController *)viewController;
77 - (void)onAppContentWillReload:(UIViewController *)viewController;
H A DABI47_0_0EXSplashScreenService.m38 - (void)showSplashScreenFor:(UIViewController *)viewController
42 return [self showSplashScreenFor:viewController
50 - (void)showSplashScreenFor:(UIViewController *)viewController
61 UIView *rootView = viewController.view;
66 [self showSplashScreenFor:viewController
73 - (void)showSplashScreenFor:(UIViewController *)viewController
101 - (void)hideSplashScreenFor:(UIViewController *)viewController
115 - (void)onAppContentDidAppear:(UIViewController *)viewController
122 [self hideSplashScreenFor:viewController
129 - (void)onAppContentWillReload:(UIViewController *)viewController
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTModalHostViewManager.m70 withViewController:(ABI47_0_0RCTModalHostViewController *)viewController
79 …_presentationBlock([modalHostView ABI47_0_0ReactViewController], viewController, animated, complet…
81 [[modalHostView ABI47_0_0ReactViewController] presentViewController:viewController
88 withViewController:(ABI47_0_0RCTModalHostViewController *)viewController
97 …_dismissalBlock([modalHostView ABI47_0_0ReactViewController], viewController, animated, completion…
99 …[viewController.presentingViewController dismissViewControllerAnimated:animated completion:complet…
H A DABI47_0_0RCTModalHostView.h50 withViewController:(ABI47_0_0RCTModalHostViewController *)viewController
53 withViewController:(ABI47_0_0RCTModalHostViewController *)viewController
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTModalHostViewManager.m70 withViewController:(ABI49_0_0RCTModalHostViewController *)viewController
80 …self->_presentationBlock([modalHostView ABI49_0_0ReactViewController], viewController, animated, c…
82 [[modalHostView ABI49_0_0ReactViewController] presentViewController:viewController
90 withViewController:(ABI49_0_0RCTModalHostViewController *)viewController
100 …self->_dismissalBlock([modalHostView ABI49_0_0ReactViewController], viewController, animated, comp…
102 …[viewController.presentingViewController dismissViewControllerAnimated:animated completion:complet…
H A DABI49_0_0RCTModalHostView.h50 withViewController:(ABI49_0_0RCTModalHostViewController *)viewController
53 withViewController:(ABI49_0_0RCTModalHostViewController *)viewController
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTModalHostViewManager.m70 withViewController:(ABI48_0_0RCTModalHostViewController *)viewController
80 …self->_presentationBlock([modalHostView ABI48_0_0ReactViewController], viewController, animated, c…
82 [[modalHostView ABI48_0_0ReactViewController] presentViewController:viewController
90 withViewController:(ABI48_0_0RCTModalHostViewController *)viewController
100 …self->_dismissalBlock([modalHostView ABI48_0_0ReactViewController], viewController, animated, comp…
102 …[viewController.presentingViewController dismissViewControllerAnimated:animated completion:complet…
H A DABI48_0_0RCTModalHostView.h50 withViewController:(ABI48_0_0RCTModalHostViewController *)viewController
53 withViewController:(ABI48_0_0RCTModalHostViewController *)viewController
H A DABI48_0_0RCTModalHostViewManager.h20 UIViewController *viewController,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Modal/
H A DABI47_0_0RCTModalHostViewComponentView.mm123 - (ABI47_0_0RCTFabricModalHostViewController *)viewController
153 [self presentViewController:self.viewController
169 [self.viewController.view addSubview:snapshot];
171 [self dismissViewController:self.viewController
198 _modalContentsSnapshot = [self.viewController.view snapshotViewAfterScreenUpdates:NO];
251 …self.viewController.supportedInterfaceOrientations = supportedOrientationsMask(newProps.supportedO…
256 self.viewController.modalTransitionStyle = transitionStyle;
258 self.viewController.modalPresentationStyle = presentationConfiguration(newProps);
274 [self.viewController.view insertSubview:childComponentView atIndex:index];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Modal/
H A DABI49_0_0RCTModalHostViewComponentView.mm123 - (ABI49_0_0RCTFabricModalHostViewController *)viewController
153 [self presentViewController:self.viewController
169 [self.viewController.view addSubview:snapshot];
171 [self dismissViewController:self.viewController
198 _modalContentsSnapshot = [self.viewController.view snapshotViewAfterScreenUpdates:NO];
251 …self.viewController.supportedInterfaceOrientations = supportedOrientationsMask(newProps.supportedO…
256 self.viewController.modalTransitionStyle = transitionStyle;
258 self.viewController.modalPresentationStyle = presentationConfiguration(newProps);
274 [self.viewController.view insertSubview:childComponentView atIndex:index];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Modal/
H A DABI48_0_0RCTModalHostViewComponentView.mm123 - (ABI48_0_0RCTFabricModalHostViewController *)viewController
153 [self presentViewController:self.viewController
169 [self.viewController.view addSubview:snapshot];
171 [self dismissViewController:self.viewController
198 _modalContentsSnapshot = [self.viewController.view snapshotViewAfterScreenUpdates:NO];
251 …self.viewController.supportedInterfaceOrientations = supportedOrientationsMask(newProps.supportedO…
256 self.viewController.modalTransitionStyle = transitionStyle;
258 self.viewController.modalPresentationStyle = presentationConfiguration(newProps);
274 [self.viewController.view insertSubview:childComponentView atIndex:index];
/expo/ios/Exponent/Kernel/Views/Loading/
H A DEXAppLoadingProgressWindowViewController.swift9 .viewController
/expo/ios/Exponent/ExpoKit/
H A DEXViewController.h10 - (void)viewController:(EXViewController * _Nonnull)vc didNavigateAppToVisible:(EXKernelAppRecord *…
/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/
H A DOverlayContainerConfigurationImplementation.swift81 func shouldStartDraggingOverlay(_ viewController: UIViewController,
87 shouldStartDraggingOverlay: viewController,

123