Skip to content

DrawerKit 0.7.0

Latest
Compare
Choose a tag to compare
@wltrup wltrup released this 30 Oct 17:10
· 13 commits to master since this release
  • DrawerKit now supports interactions with the presenting view. By default, the presenting view will receive touch events when the drawer is in the collapsed or partiallyExpanded state. This can be configured via the new passthroughTouchesInStates configuration.

  • Drawer corner radius animation can now be disabled.

  • DrawerKit now has a new state, dismissed, to differentiate between being collapsed (to a particular non-zero height) and being actually dismissed.

  • It's possible to make the drawer visible on screen when in the collapsed state, via the new property heightOfCollapsedDrawer in the DrawerPresentable protocol.

  • The drawer can now be presented in a particular initial state, via the new initialState configuration.