You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 1.3.4
- Added applyAnimatedTranslation function which allows you to apply simulated dragging. This can be used when simulating a scroll.
- Exposed the UIPanGestureRecognizer object of the main frame allow delegation control externally.
Release 1.3.3
- Added sections: Sections are additional custom views which are trailing to the dialog. You can now add a section using the `section` function. To remove a section use `removeSection`.
Added better iPad/iPhone support + removed constants
- Grouped all constants into a configurable struct.
- Added better support iPhones and iPads.
- Fixed bug where if dialog is presented in a navigation controller the fonts appear small.