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
{{ message }}
This repository was archived by the owner on Apr 27, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
CNPPopupController is a simple and versatile class for presenting a custom popup in a variety of fashions. It includes a many options for controlling how your popup appears and behaves.
10
10
11
-
Please feel free to contribute to this project, open issues, make suggestions and submit pull-requests. If you use this project in your app, let me know. I'd love to see what you do with it.
11
+
Please feel free to contribute to this project, open issues, make suggestions and submit pull-requests. If you use this project in your app, let me know. I'd love to see what you do with it.
@@ -75,9 +75,13 @@ CNPPopupController was created by [Carson Perrotti](http://carsonperrotti.com)
75
75
76
76
##Version History
77
77
78
+
**September 15, 2016 v0.3.3**
79
+
- Content layout fixes
80
+
- Better swift support
81
+
78
82
**July 14, 2016 v0.3.2**
79
83
- Fixes an issue where content would not be perfectly centred.
80
-
- Project compatibility fixes to prevent ‘duplicate symbols` errors.
84
+
- Project compatibility fixes to prevent `duplicate symbols` errors.
81
85
- Added property to adjust animation transition duration.
82
86
83
87
**September 13, 2015 v0.3.1**
@@ -87,14 +91,11 @@ CNPPopupController was created by [Carson Perrotti](http://carsonperrotti.com)
87
91
- Support for iOS 9 and a few bug fixes.
88
92
89
93
**August 30, 2015 v0.2.3**
90
-
- Lower minimum required OS version to 6.0, since it works there anyway.
94
+
- Lower minimum required OS version to 6.0, since it works there anyway.
91
95
92
96
**August 16, 2015 v0.2.2**
93
97
- Bug fix for centering the popup above the keyboard when presented. Thanks to [Nicholas](https://github.com/nicholas) for the proactive help on this one.
94
98
95
-
**June 24th, 2015 v0.2.1**
96
-
- Bug fix for dismissing on background mask touch.
97
-
98
99
**June 14th, 2015 v0.2.0**
99
100
- Completely rewritten. *Started from the bottom, now we're here.*
100
101
- There 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.
0 commit comments