| /expo/packages/expo-web-browser/ios/ |
| H A D | WebBrowserSession.swift | 29 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 D | WebBrowserSession.swift | 30 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 D | WebBrowserSession.swift | 29 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 D | WebBrowserSession.swift | 30 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 D | EXSplashScreenModule.m | 11 - (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 D | ABI47_0_0EXSplashScreenModule.m | 11 - (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 D | ABI49_0_0EXSplashScreenModule.m | 11 - (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 D | ABI48_0_0EXSplashScreenModule.m | 11 - (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 D | EXUtilService.m | 13 - (UIViewController *)currentViewController 15 return [[ExpoKit sharedInstance] currentViewController];
|
| H A D | EXUtilService.h | 8 - (nullable UIViewController *)currentViewController;
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI48_0_0EXUtil.h | 19 - (nullable UIViewController *)currentViewController; 25 - (nullable UIViewController *)currentViewController;
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI49_0_0EXUtil.h | 19 - (nullable UIViewController *)currentViewController; 25 - (nullable UIViewController *)currentViewController;
|
| /expo/ios/Exponent/Versioned/Core/Api/ |
| H A D | EXUtil.h | 19 - (nullable UIViewController *)currentViewController; 25 - (nullable UIViewController *)currentViewController;
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI47_0_0EXUtil.h | 19 - (nullable UIViewController *)currentViewController; 25 - (nullable UIViewController *)currentViewController;
|
| /expo/ios/versioned/sdk49/ExpoMailComposer/ |
| H A D | MailComposingSession.swift | 45 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 D | MailComposingSession.swift | 45 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 D | MailComposingSession.swift | 45 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 D | MailComposingSession.swift | 45 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 D | EXUtilitiesInterface.h | 9 - (nullable UIViewController *)currentViewController;
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Protocols/ |
| H A D | ABI48_0_0EXUtilitiesInterface.h | 9 - (nullable UIViewController *)currentViewController;
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Protocols/ |
| H A D | ABI49_0_0EXUtilitiesInterface.h | 9 - (nullable UIViewController *)currentViewController;
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Protocols/ |
| H A D | ABI47_0_0EXUtilitiesInterface.h | 9 - (nullable UIViewController *)currentViewController;
|
| /expo/ios/Exponent/ExpoKit/ |
| H A D | ExpoKit.h | 27 - (UIViewController *)currentViewController;
|
| /expo/packages/expo-modules-core/ios/ |
| H A D | EXUtilities.h | 20 - (nullable UIViewController *)currentViewController;
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/ |
| H A D | ABI47_0_0EXUtilities.h | 20 - (nullable UIViewController *)currentViewController;
|