Home
last modified time | relevance | path

Searched refs:orientationControllers (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-screen-orientation/ios/
H A DScreenOrientationRegistry.swift18 var orientationControllers: [ScreenOrientationController] = [] in screenOrientationDidChange() variable
204 for controller in orientationControllers { in screenOrientationDidChange()
210 orientationControllers.append(controller) in screenOrientationDidChange()
217 orientationControllers.removeAll(where: { $0 === controller }) in screenOrientationDidChange()