DrawerKit v0.6.0 Release Notes

Release Date: 2018-04-12 // about 6 years ago

    👍 DrawerKit now supports pull-to-dismiss driven by a UIScrollView inside the drawer content. (#58)

    You may specify the UIScrollView to DrawerKit through its presentation controller:

    override func viewWillAppear(\_ animated: Bool) { super.viewWillAppear(animated) // Install `tableView` as the pull-to-dismiss participant. drawerPresentationController?.scrollViewForPullToDismiss = tableView }
    

    🔧 Drawer corners may now be configured in DrawerConfiguration to be always visible below the status bar. (#61)