Searched refs:orientationControllers (Results 1 – 1 of 1) sorted by relevance
18 var orientationControllers: [ScreenOrientationController] = [] in screenOrientationDidChange() variable204 for controller in orientationControllers { in screenOrientationDidChange()210 orientationControllers.append(controller) in screenOrientationDidChange()217 orientationControllers.removeAll(where: { $0 === controller }) in screenOrientationDidChange()