Home
last modified time | relevance | path

Searched refs:currentViewController (Results 1 – 25 of 66) sorted by relevance

123

/expo/packages/expo-web-browser/ios/
H A DWebBrowserSession.swift29 var currentViewController = UIApplication.shared.keyWindow?.rootViewController in open() variable
30 while currentViewController?.presentedViewController != nil { in open()
31 currentViewController = currentViewController?.presentedViewController in open()
33 currentViewController?.present(viewController, animated: true, completion: nil) in open()
/expo/ios/versioned/sdk48/ExpoWebBrowser/
H A DWebBrowserSession.swift30 var currentViewController = UIApplication.shared.keyWindow?.rootViewController in open() variable
31 while currentViewController?.presentedViewController != nil { in open()
32 currentViewController = currentViewController?.presentedViewController in open()
34 currentViewController?.present(viewController, animated: true, completion: nil) in open()
/expo/ios/versioned/sdk49/ExpoWebBrowser/
H A DWebBrowserSession.swift29 var currentViewController = UIApplication.shared.keyWindow?.rootViewController in open() variable
30 while currentViewController?.presentedViewController != nil { in open()
31 currentViewController = currentViewController?.presentedViewController in open()
33 currentViewController?.present(viewController, animated: true, completion: nil) in open()
/expo/ios/versioned/sdk47/ExpoWebBrowser/
H A DWebBrowserSession.swift30 var currentViewController = UIApplication.shared.keyWindow?.rootViewController in open() variable
31 while currentViewController?.presentedViewController != nil { in open()
32 currentViewController = currentViewController?.presentedViewController in open()
34 currentViewController?.present(viewController, animated: true, completion: nil) in open()
/expo/packages/expo-splash-screen/ios/EXSplashScreen/
H A DEXSplashScreenModule.m11 - (UIViewController *)currentViewController; method
40 UIViewController *currentViewController = [self reactViewController];
41 [[self splashScreenService] hideSplashScreenFor:currentViewController
55 UIViewController *currentViewController = [self reactViewController];
56 [[self splashScreenService] preventSplashScreenAutoHideFor:currentViewController
74 UIViewController* currentViewController = [self reactViewController];
75 [[self splashScreenService] onAppContentDidAppear:currentViewController];
84 UIViewController* currentViewController = [self reactViewController];
85 [[self splashScreenService] onAppContentWillReload:currentViewController];
113 return [utilService currentViewController];
[all …]
/expo/ios/versioned/sdk47/EXSplashScreen/EXSplashScreen/
H A DABI47_0_0EXSplashScreenModule.m11 - (UIViewController *)currentViewController; method
40 UIViewController *currentViewController = [self reactViewController];
41 [[self splashScreenService] hideSplashScreenFor:currentViewController
55 UIViewController *currentViewController = [self reactViewController];
56 [[self splashScreenService] preventSplashScreenAutoHideFor:currentViewController
74 UIViewController* currentViewController = [self reactViewController];
75 [[self splashScreenService] onAppContentDidAppear:currentViewController];
84 UIViewController* currentViewController = [self reactViewController];
85 [[self splashScreenService] onAppContentWillReload:currentViewController];
113 return [utilService currentViewController];
[all …]
/expo/ios/versioned/sdk49/EXSplashScreen/EXSplashScreen/
H A DABI49_0_0EXSplashScreenModule.m11 - (UIViewController *)currentViewController; method
40 UIViewController *currentViewController = [self reactViewController];
41 [[self splashScreenService] hideSplashScreenFor:currentViewController
55 UIViewController *currentViewController = [self reactViewController];
56 [[self splashScreenService] preventSplashScreenAutoHideFor:currentViewController
74 UIViewController* currentViewController = [self reactViewController];
75 [[self splashScreenService] onAppContentDidAppear:currentViewController];
84 UIViewController* currentViewController = [self reactViewController];
85 [[self splashScreenService] onAppContentWillReload:currentViewController];
113 return [utilService currentViewController];
[all …]
/expo/ios/versioned/sdk48/EXSplashScreen/EXSplashScreen/
H A DABI48_0_0EXSplashScreenModule.m11 - (UIViewController *)currentViewController; method
40 UIViewController *currentViewController = [self reactViewController];
41 [[self splashScreenService] hideSplashScreenFor:currentViewController
55 UIViewController *currentViewController = [self reactViewController];
56 [[self splashScreenService] preventSplashScreenAutoHideFor:currentViewController
74 UIViewController* currentViewController = [self reactViewController];
75 [[self splashScreenService] onAppContentDidAppear:currentViewController];
84 UIViewController* currentViewController = [self reactViewController];
85 [[self splashScreenService] onAppContentWillReload:currentViewController];
113 return [utilService currentViewController];
[all …]
/expo/ios/Exponent/Kernel/Services/
H A DEXUtilService.m13 - (UIViewController *)currentViewController
15 return [[ExpoKit sharedInstance] currentViewController];
H A DEXUtilService.h8 - (nullable UIViewController *)currentViewController;
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/
H A DABI48_0_0EXUtil.h19 - (nullable UIViewController *)currentViewController;
25 - (nullable UIViewController *)currentViewController;
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/
H A DABI49_0_0EXUtil.h19 - (nullable UIViewController *)currentViewController;
25 - (nullable UIViewController *)currentViewController;
/expo/ios/Exponent/Versioned/Core/Api/
H A DEXUtil.h19 - (nullable UIViewController *)currentViewController;
25 - (nullable UIViewController *)currentViewController;
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/
H A DABI47_0_0EXUtil.h19 - (nullable UIViewController *)currentViewController;
25 - (nullable UIViewController *)currentViewController;
/expo/ios/versioned/sdk49/ExpoMailComposer/
H A DMailComposingSession.swift45 guard let currentViewController = appContext.utilities?.currentViewController() else { in presentViewController() variable
50 currentViewController.present(composeController, animated: true) in presentViewController()
/expo/ios/versioned/sdk47/ExpoMailComposer/
H A DMailComposingSession.swift45 guard let currentViewController = appContext.utilities?.currentViewController() else { in presentViewController() variable
50 currentViewController.present(composeController, animated: true) in presentViewController()
/expo/ios/versioned/sdk48/ExpoMailComposer/
H A DMailComposingSession.swift45 guard let currentViewController = appContext.utilities?.currentViewController() else { in presentViewController() variable
50 currentViewController.present(composeController, animated: true) in presentViewController()
/expo/packages/expo-mail-composer/ios/
H A DMailComposingSession.swift45 guard let currentViewController = appContext.utilities?.currentViewController() else { in presentViewController() variable
50 currentViewController.present(composeController, animated: true) in presentViewController()
/expo/packages/expo-modules-core/ios/Protocols/
H A DEXUtilitiesInterface.h9 - (nullable UIViewController *)currentViewController;
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Protocols/
H A DABI48_0_0EXUtilitiesInterface.h9 - (nullable UIViewController *)currentViewController;
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Protocols/
H A DABI49_0_0EXUtilitiesInterface.h9 - (nullable UIViewController *)currentViewController;
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Protocols/
H A DABI47_0_0EXUtilitiesInterface.h9 - (nullable UIViewController *)currentViewController;
/expo/ios/Exponent/ExpoKit/
H A DExpoKit.h27 - (UIViewController *)currentViewController;
/expo/packages/expo-modules-core/ios/
H A DEXUtilities.h20 - (nullable UIViewController *)currentViewController;
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/
H A DABI47_0_0EXUtilities.h20 - (nullable UIViewController *)currentViewController;

123