DrawerKit 0.7.0
-
DrawerKit now supports interactions with the presenting view. By default, the presenting view will receive touch events when the drawer is in the
collapsedorpartiallyExpandedstate. This can be configured via the newpassthroughTouchesInStatesconfiguration. -
Drawer corner radius animation can now be disabled.
-
DrawerKit now has a new state,
dismissed, to differentiate between beingcollapsed(to a particular non-zero height) and being actually dismissed. -
It's possible to make the drawer visible on screen when in the
collapsedstate, via the new propertyheightOfCollapsedDrawerin theDrawerPresentableprotocol. -
The drawer can now be presented in a particular initial state, via the new
initialStateconfiguration.