Home
last modified time | relevance | path

Searched refs:responds (Results 1 – 25 of 31) sorted by relevance

12

/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/
H A DOverlayScrollViewDelegateProxy.swift25 override func responds(to aSelector: Selector!) -> Bool { in responds() function
26 let originalDelegateRespondsToSelector = originalDelegate?.responds(to: aSelector) ?? false in responds()
27 return super.responds(to: aSelector) || originalDelegateRespondsToSelector in responds()
31 if originalDelegate?.responds(to: aSelector) == true { in forwardingTarget()
/expo/packages/expo-video/ios/
H A DVideoView.swift41 if playerViewController.responds(to: selectorToForceFullScreenMode) { in enterFullscreen()
53 if playerViewController.responds(to: selectorToExitFullScreenMode) { in exitFullscreen()
/expo/packages/expo-modules-core/ios/AppDelegates/
H A DExpoAppDelegate.swift25 $0.responds(to: #selector(application(_:willFinishLaunchingWithOptions:))) in application()
81 let subs = subscribers.filter { $0.responds(to: selector) }
120 let subs = subscribers.filter { $0.responds(to: selector) }
171 let subs = subscribers.filter { $0.responds(to: selector) }
208 let subs = subscribers.filter { $0.responds(to: selector) }
238 let subs = subscribers.filter { $0.responds(to: selector) }
306 $0.responds(to: #selector(application(_:supportedInterfaceOrientationsFor:))) in application()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/AppDelegates/
H A DExpoAppDelegate.swift25 $0.responds(to: #selector(application(_:willFinishLaunchingWithOptions:))) in application()
81 let subs = subscribers.filter { $0.responds(to: selector) }
120 let subs = subscribers.filter { $0.responds(to: selector) }
171 let subs = subscribers.filter { $0.responds(to: selector) }
207 let subs = subscribers.filter { $0.responds(to: selector) }
236 let subs = subscribers.filter { $0.responds(to: selector) }
303 $0.responds(to: #selector(application(_:supportedInterfaceOrientationsFor:))) in application()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/AppDelegates/
H A DExpoAppDelegate.swift25 $0.responds(to: #selector(application(_:willFinishLaunchingWithOptions:))) in application()
81 let subs = subscribers.filter { $0.responds(to: selector) }
120 let subs = subscribers.filter { $0.responds(to: selector) }
171 let subs = subscribers.filter { $0.responds(to: selector) }
207 let subs = subscribers.filter { $0.responds(to: selector) }
236 let subs = subscribers.filter { $0.responds(to: selector) }
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/AppDelegates/
H A DExpoAppDelegate.swift25 $0.responds(to: #selector(application(_:willFinishLaunchingWithOptions:))) in application()
81 let subs = subscribers.filter { $0.responds(to: selector) }
120 let subs = subscribers.filter { $0.responds(to: selector) }
171 let subs = subscribers.filter { $0.responds(to: selector) }
207 let subs = subscribers.filter { $0.responds(to: selector) }
236 let subs = subscribers.filter { $0.responds(to: selector) }
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/
H A DExpoBridgeModule.swift52 if bridge.responds(to: Selector(("runtime"))) {
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/
H A DExpoBridgeModule.swift52 if bridge.responds(to: Selector(("runtime"))) {
/expo/packages/expo-modules-core/ios/Swift/
H A DExpoBridgeModule.swift56 if bridge.responds(to: Selector(("runtime"))) {
/expo/packages/expo-modules-core/ios/Swift/Events/
H A DEventDispatcher.swift68 } else if let view = view as? UIView, view.responds(to: Selector(eventName)) { in installEventDispatcher<ViewType>()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Events/
H A DEventDispatcher.swift68 } else if let view = view as? UIView, view.responds(to: Selector(eventName)) { in installEventDispatcher<ViewType>()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Events/
H A DEventDispatcher.swift68 } else if let view = view as? UIView, view.responds(to: Selector(eventName)) { in installEventDispatcher<ViewType>()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Events/
H A DEventDispatcher.swift68 } else if let view = view as? UIView, view.responds(to: Selector(eventName)) { in installEventDispatcher<ViewType>()
/expo/packages/expo-dev-menu/vendored/react-native-safe-area-context/ios/SafeAreaView/
H A DRCTView+DevMenuSafeAreaCompat.swift12 return responds(to: #selector(getter: safeAreaInsets))
/expo/ios/versioned/sdk47/EXLocation/EXLocation/Requesters/
H A DABI47_0_0EXBaseLocationRequester.m79 …// The requester sets itself as the delegate of the CLLocationManager, so when the user responds
117 …this delegate method once on start with kCLAuthorizationNotDetermined even before the user responds
136 …this delegate method once on start with kCLAuthorizationNotDetermined even before the user responds
/expo/ios/versioned/sdk48/EXLocation/EXLocation/Requesters/
H A DABI48_0_0EXBaseLocationRequester.m79 …// The requester sets itself as the delegate of the CLLocationManager, so when the user responds
117 …this delegate method once on start with kCLAuthorizationNotDetermined even before the user responds
136 …this delegate method once on start with kCLAuthorizationNotDetermined even before the user responds
/expo/packages/expo-location/ios/EXLocation/Requesters/
H A DEXBaseLocationRequester.m79 …// The requester sets itself as the delegate of the CLLocationManager, so when the user responds
117 …this delegate method once on start with kCLAuthorizationNotDetermined even before the user responds
136 …this delegate method once on start with kCLAuthorizationNotDetermined even before the user responds
/expo/ios/versioned/sdk49/EXLocation/EXLocation/Requesters/
H A DABI49_0_0EXBaseLocationRequester.m79 …// The requester sets itself as the delegate of the CLLocationManager, so when the user responds
117 …this delegate method once on start with kCLAuthorizationNotDetermined even before the user responds
136 …this delegate method once on start with kCLAuthorizationNotDetermined even before the user responds
/expo/packages/expo-notifications/ios/EXNotifications/Permissions/
H A DEXLegacyRemoteNotificationPermissionRequester.m79 // when the user responds to the dialog or has already responded in the past.
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Permissions/
H A DABI49_0_0EXLegacyRemoteNotificationPermissionRequester.m79 // when the user responds to the dialog or has already responded in the past.
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Permissions/
H A DABI47_0_0EXLegacyRemoteNotificationPermissionRequester.m79 // when the user responds to the dialog or has already responded in the past.
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Permissions/
H A DABI48_0_0EXLegacyRemoteNotificationPermissionRequester.m79 // when the user responds to the dialog or has already responded in the past.
/expo/docs/pages/push-notifications/
H A Dreceiving-notifications.mdx8 …otifications) library contains event listeners that handle how your app responds when receiving a …
/expo/docs/pages/eas/
H A Dwebhooks.mdx15 …n the request body. EAS sends the data as a JSON object. If the webhook responds with an HTTP stat…
/expo/docs/pages/eas-update/
H A Dcode-signing.mdx72 responds with the update published in step (3) and its generated signature. After being downloaded

12