| /expo/packages/expo-screen-orientation/ios/ |
| H A D | ScreenOrientationViewController.swift | 27 …let supportedInterfaceOrientations = ScreenOrientationViewController.getSupportedInterfaceOrientat… variable 32 self.init(defaultOrientationMask: supportedInterfaceOrientations) 38 self.init(defaultOrientationMask: supportedInterfaceOrientations) 44 self.init(defaultOrientationMask: supportedInterfaceOrientations) 48 if mask != mask.intersection(supportedInterfaceOrientations) { 60 override var supportedInterfaceOrientations: UIInterfaceOrientationMask { variable 62 return super.supportedInterfaceOrientations
|
| H A D | ScreenOrientationRegistry.swift | 37 currentOrientationMask = self.rootViewController?.supportedInterfaceOrientations ?? [] in screenOrientationDidChange() 147 let currentOrientationMask = self.rootViewController?.supportedInterfaceOrientations ?? [] in screenOrientationDidChange()
|
| /expo/ios/versioned/sdk49/ExpoScreenOrientation/ |
| H A D | ScreenOrientationViewController.swift | 27 …let supportedInterfaceOrientations = ScreenOrientationViewController.getSupportedInterfaceOrientat… variable 32 self.init(defaultOrientationMask: supportedInterfaceOrientations) 38 self.init(defaultOrientationMask: supportedInterfaceOrientations) 44 self.init(defaultOrientationMask: supportedInterfaceOrientations) 48 if mask != mask.intersection(supportedInterfaceOrientations) { 60 override var supportedInterfaceOrientations: UIInterfaceOrientationMask { variable 62 return super.supportedInterfaceOrientations
|
| /expo/ios/Exponent/Kernel/Views/Loading/ |
| H A D | EXAppLoadingProgressWindowViewController.swift | 5 override var supportedInterfaceOrientations: UIInterfaceOrientationMask { variable 10 .supportedInterfaceOrientations
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ |
| H A D | ABI48_0_0RCTModalHostViewController.h | 14 @property (nonatomic, assign) UIInterfaceOrientationMask supportedInterfaceOrientations;
|
| H A D | ABI48_0_0RCTModalHostViewController.m | 59 - (UIInterfaceOrientationMask)supportedInterfaceOrientations
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ |
| H A D | ABI49_0_0RCTModalHostViewController.h | 14 @property (nonatomic, assign) UIInterfaceOrientationMask supportedInterfaceOrientations;
|
| H A D | ABI49_0_0RCTModalHostViewController.m | 59 - (UIInterfaceOrientationMask)supportedInterfaceOrientations
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ |
| H A D | ABI47_0_0RCTModalHostViewController.h | 14 @property (nonatomic, assign) UIInterfaceOrientationMask supportedInterfaceOrientations;
|
| H A D | ABI47_0_0RCTModalHostViewController.m | 59 - (UIInterfaceOrientationMask)supportedInterfaceOrientations
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Modal/ |
| H A D | ABI47_0_0RCTFabricModalHostViewController.h | 18 @property (nonatomic, assign) UIInterfaceOrientationMask supportedInterfaceOrientations;
|
| H A D | ABI47_0_0RCTFabricModalHostViewController.mm | 67 - (UIInterfaceOrientationMask)supportedInterfaceOrientations
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Modal/ |
| H A D | ABI49_0_0RCTFabricModalHostViewController.h | 18 @property (nonatomic, assign) UIInterfaceOrientationMask supportedInterfaceOrientations;
|
| H A D | ABI49_0_0RCTFabricModalHostViewController.mm | 67 - (UIInterfaceOrientationMask)supportedInterfaceOrientations
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Modal/ |
| H A D | ABI48_0_0RCTFabricModalHostViewController.h | 18 @property (nonatomic, assign) UIInterfaceOrientationMask supportedInterfaceOrientations;
|
| H A D | ABI48_0_0RCTFabricModalHostViewController.mm | 67 - (UIInterfaceOrientationMask)supportedInterfaceOrientations
|
| /expo/ios/vendored/sdk47/react-native-screens/ios/ |
| H A D | UIViewController+ABI47_0_0RNScreens.mm | 31 …return childVC ? childVC.supportedInterfaceOrientations : [self reactNativeScreensSupportedInterfa… 68 class_getInstanceMethod(uiVCClass, @selector(supportedInterfaceOrientations)),
|
| /expo/ios/vendored/sdk49/react-native-screens/ios/ |
| H A D | UIViewController+ABI49_0_0RNScreens.mm | 31 …return childVC ? childVC.supportedInterfaceOrientations : [self reactNativeScreensSupportedInterfa… 68 class_getInstanceMethod(uiVCClass, @selector(supportedInterfaceOrientations)),
|
| /expo/ios/vendored/unversioned/react-native-screens/ios/ |
| H A D | UIViewController+RNScreens.mm | 31 …return childVC ? childVC.supportedInterfaceOrientations : [self reactNativeScreensSupportedInterfa… 68 class_getInstanceMethod(uiVCClass, @selector(supportedInterfaceOrientations)),
|
| /expo/ios/vendored/sdk48/react-native-screens/ios/ |
| H A D | UIViewController+ABI48_0_0RNScreens.mm | 31 …return childVC ? childVC.supportedInterfaceOrientations : [self reactNativeScreensSupportedInterfa… 68 class_getInstanceMethod(uiVCClass, @selector(supportedInterfaceOrientations)),
|
| /expo/ios/versioned/sdk47/EXScreenOrientation/EXScreenOrientation/ |
| H A D | ABI47_0_0EXScreenOrientationViewController.m | 54 - (UIInterfaceOrientationMask)supportedInterfaceOrientations 57 return [super supportedInterfaceOrientations];
|
| /expo/ios/versioned/sdk48/EXScreenOrientation/EXScreenOrientation/ |
| H A D | ABI48_0_0EXScreenOrientationViewController.m | 54 - (UIInterfaceOrientationMask)supportedInterfaceOrientations 57 return [super supportedInterfaceOrientations];
|
| /expo/ios/Client/ |
| H A D | EXRootViewController.m | 57 - (UIInterfaceOrientationMask)supportedInterfaceOrientations 62 return [_transitioningToViewController supportedInterfaceOrientations]; 69 .supportedInterfaceOrientations; 284 UIInterfaceOrientationMask orientationMask = [self supportedInterfaceOrientations];
|
| /expo/packages/expo-dev-menu/ios/ |
| H A D | DevMenuViewController.swift | 47 override var supportedInterfaceOrientations: UIInterfaceOrientationMask { variable
|
| /expo/ios/Client/Menu/ |
| H A D | EXDevMenuViewController.m | 76 - (UIInterfaceOrientationMask)supportedInterfaceOrientations 82 * Same case as above with `supportedInterfaceOrientations` method.
|