This repository has been archived by the owner on Apr 27, 2019. It is now read-only.
Releases: carsonxyz/CNPPopupController
Releases · carsonxyz/CNPPopupController
Version 0.3.3
Version 0.3.2
July 14, 2016 v0.3.2
- Fixes an issue where content would not be perfectly centred.
- Project compatibility fixes to prevent ‘duplicate symbols` errors.
- Added property to adjust animation transition duration.
Version 0.3.1
Sets movesAboveKeyboard
to YES
by default.
Version 0.3.0
Support for iOS 9 and a few bug fixes.
Version 0.2.3
Lower minimum required OS to iOS 6 since it works there anyway.
Version 0.2.2
- Bug fix for centering the popup above the keyboard when presented. Thanks to Nicholas for the proactive help on this one.
Version 0.2.1
June 24th, 2015 v0.2.1
- Bug fix for dismissing on background mask touch.
Version 0.2.0
** Updated: June 14th, 2015 v0.2.0 **
Completely rewritten. Started from the bottom, now we're here.
Ther are some minor API changes in v0.2.0. I tried to keep it as close to the last version as possible. See the example project if you need some help getting it set up.
Custom view support (You can add anything, as it's contents as long as it is a UIView or subclass of UIView
Lots of bug fixes
Version 0.1.2
Fixes:
- Fixes dismiss on background touch
Version 0.1.1
Fix rotation bug