Skip to content

My attempt at recreating iOS 13's default modal presentation style using UIPresentationController, UIViewControllerAnimatedTransitioning, and UIPercentDrivenInteraction.

Notifications You must be signed in to change notification settings

okoroezenwa/Drawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Drawer

My attempt at recreating iOS 13's default modal presentation style using UIPresentationController, UIViewControllerAnimatedTransitioning, and UIPercentDrivenInteraction. I also specifically deal with 2 conflicts that may affect dismissal:

  • when within a navigation stack and attempting to dismiss via an edge swipe,
  • when within a presented view controller with a scroll view containing a refresh control and attempting to dismiss via a downward swipe.

About

My attempt at recreating iOS 13's default modal presentation style using UIPresentationController, UIViewControllerAnimatedTransitioning, and UIPercentDrivenInteraction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages