Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 293 Bytes

File metadata and controls

7 lines (5 loc) · 293 Bytes

UIPresentationController-example

Example project demonstrating a customisable top/bottom presentation with animations and optional swipe to dismiss

Usage: let transitioningDelegate = SlideInPresentationManager(from: .top, swipeToDismiss: true)

present(vc, with: transitioningDelegate)