-
Notifications
You must be signed in to change notification settings - Fork 202
Home Index
Heath Wang edited this page Aug 16, 2019
·
1 revision
HWPanModal is used to present controller from bottom and drag to dismiss.
- Supports any type of
UIViewController
- Seamless transition between modal and content
- Support two kinds of GestureRecognizer
- UIPanGestureRecognizer, direction is UP & Down.
- UIScreenEdgePanGestureRecognizer, you can swipe on screen edge to dismiss controller.
- Support write your own animation for presenting VC.
- Support config animation
Duration
,AnimationOptions
,springDamping
. - Support config background alpha or
blur
background. Note: Dynamic change blur effect ONLY works on iOS9.0+. - Show / hide corner, indicator.
- Auto handle UIKeyboard show/hide.
- Hight customize indicator view.
iOS 8.0+, support Objective-C & Swift.