Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 661 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 661 Bytes

NavigationDrawerSampler

NavigationDrawerSampler is a sample project for implementing interactive transition.

NavigationDrawerSampler.gif

Feature

  • To open the drawer, swipe to the right or tap the button on the top left.
  • To close the drawer, swipe to the left or tap the dark screen on the right

Interactive transition

  • UIViewControllerTransitioningDelegate
  • UIViewControllerAnimatedTransitioning
  • UIPercentDrivenInteractiveTransition

Support to gestures

  • UITapGestureRecognizer
  • UIPanGestureRecognizer