Searched refs:bottomSheetController (Results 1 – 1 of 1) sorted by relevance
24 private let bottomSheetController: OverlayContainerViewController variable29 bottomSheetController = OverlayContainerViewController(style: .flexibleHeight)34 bottomSheetController.delegate = self35 bottomSheetController.viewControllers = [devMenuViewController]37 self.rootViewController = bottomSheetController54 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()119 …bottomSheetController.moveOverlay(toNotchAt: OverlayNotch.hidden.rawValue, animated: true, complet…