Releases: IcaliaLabs/Presentr
Releases · IcaliaLabs/Presentr
1.2.0
1.2.0
- You can add custom BackgroundView. (thanks to @clebta)
- Add custom text color for AlertViewController
- New PresentationType called .dynamic that allows dynamic sizing of ViewController using AutoLayout to calculate size.
- You can set the context so the presentation is done properly on a child view controller and not the whole screen.
- You can also set the behavior for a tap outside the context.
- Simpler PresentrAnimation architecture. Simpler to modify existing transition animations or create your own.
- Two new animations to replace system ones, CoverVertical & CrossDissolve.
- All animations are now Presentr's, no more Apple animations. This allows greater control & less bugs.
- Swipe to dismiss feature greatly improved.
- Bug fixes and other small improvements.
1.1.0
1.0.5
1.0.4
1.0.3
Support for custom radius & drop shadow (thanks @falkobuttler)
New fluid percentage option for ModalSize enum (thanks @mseijas)
Example project and other general improvements (thanks @gabrielPeart)
1.0.2
1.0.1
1.0.0 - Swift 3.0 Support
Adds support for Swift 3.0, iOS 10 and X-Code 8.0.
This will be the only maintained version from here on out.
0.2.0 - Swift 2.3 Support
This version adds support for Swift 2.3
0.1.8 Patch
New Feature's
- .FullScreen PresentationType
- Ability to set animation on/off for dismissOnTap