Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

Releases: carsonxyz/CNPPopupController

Version 0.3.3

15 Sep 18:37
Compare
Choose a tag to compare
  • Content layout fixes
  • Better swift support

Version 0.3.2

14 Jul 16:24
Compare
Choose a tag to compare

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

13 Sep 18:27
Compare
Choose a tag to compare

Sets movesAboveKeyboard to YES by default.

Version 0.3.0

11 Sep 15:23
Compare
Choose a tag to compare

Support for iOS 9 and a few bug fixes.

Version 0.2.3

30 Aug 14:25
Compare
Choose a tag to compare

Lower minimum required OS to iOS 6 since it works there anyway.

Version 0.2.2

16 Aug 20:29
Compare
Choose a tag to compare
  • 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

24 Jun 14:57
Compare
Choose a tag to compare

June 24th, 2015 v0.2.1

  • Bug fix for dismissing on background mask touch.

Version 0.2.0

14 Jun 17:26
Compare
Choose a tag to compare

** 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

29 Oct 13:43
Compare
Choose a tag to compare

Fixes:

  • Fixes dismiss on background touch

Version 0.1.1

17 Oct 02:39
Compare
Choose a tag to compare

Fix rotation bug