Home
last modified time | relevance | path

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

/expo/packages/expo-dev-menu/ios/
H A DDevMenuWindow.swift24 private let bottomSheetController: OverlayContainerViewController variable
29 bottomSheetController = OverlayContainerViewController(style: .flexibleHeight)
34 bottomSheetController.delegate = self
35 bottomSheetController.viewControllers = [devMenuViewController]
37 self.rootViewController = bottomSheetController
54 bottomSheetController.moveOverlay(toNotchAt: OverlayNotch.open.rawValue, animated: true) in becomeKey()
70 bottomSheetController.drivingScrollView = scrollView in setDrivingScrollView()
77 bottomSheetController.moveOverlay(toNotchAt: OverlayNotch.hidden.rawValue, animated: true) in hitTest()
119bottomSheetController.moveOverlay(toNotchAt: OverlayNotch.hidden.rawValue, animated: true, complet…