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

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson Perrotti committed Sep 15, 2016
1 parent 61a98fd commit 0d910d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CNPPopupController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CNPPopupController"
s.version = "0.3.2"
s.version = "0.3.3"
s.summary = "A versatile popup for iOS"

s.description = <<-DESC
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.author = "Carson Perrotti"
s.social_media_url = "http://twitter.com/carsonp"
s.platform = :ios, "6.0"
s.source = { :git => "https://github.com/carsonperrotti/CNPPopupController.git", :tag => "0.3.2" }
s.source = { :git => "https://github.com/carsonperrotti/CNPPopupController.git", :tag => "0.3.3" }
s.source_files = "CNPPopupController", "CNPPopupController/*.{h,m}"
s.framework = "UIKit"
s.requires_arc = true
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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.

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

<p align="center"><img src="https://raw.githubusercontent.com/carsonperrotti/CNPPopupController/master/CNPPopupControllerExample/CNPPopupController.gif"/></p>

Expand All @@ -30,7 +30,7 @@ Create a popup with custom animations and behaviors. Customizations can also be


`contents` only accepts an array of `UIView` objects.

## Presentation

`- (void)presentPopupControllerAnimated:(BOOL)flag;`
Expand All @@ -39,7 +39,7 @@ Create a popup with custom animations and behaviors. Customizations can also be

## Customization

A `CNPPopupTheme` instance can be created and assigned to the `theme` property of a `CNPPopupController` instance.
A `CNPPopupTheme` instance can be created and assigned to the `theme` property of a `CNPPopupController` instance.

`@property (nonatomic, strong) UIColor *backgroundColor;`

Expand Down Expand Up @@ -75,9 +75,13 @@ CNPPopupController was created by [Carson Perrotti](http://carsonperrotti.com)

##Version History

**September 15, 2016 v0.3.3**
- Content layout fixes
- Better swift support

**July 14, 2016 v0.3.2**
- Fixes an issue where content would not be perfectly centred.
- Project compatibility fixes to prevent duplicate symbols` errors.
- Project compatibility fixes to prevent `duplicate symbols` errors.
- Added property to adjust animation transition duration.

**September 13, 2015 v0.3.1**
Expand All @@ -87,14 +91,11 @@ CNPPopupController was created by [Carson Perrotti](http://carsonperrotti.com)
- Support for iOS 9 and a few bug fixes.

**August 30, 2015 v0.2.3**
- Lower minimum required OS version to 6.0, since it works there anyway.
- Lower minimum required OS version to 6.0, since it works there anyway.

**August 16, 2015 v0.2.2**
- 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.

**June 24th, 2015 v0.2.1**
- Bug fix for dismissing on background mask touch.

**June 14th, 2015 v0.2.0**
- Completely rewritten. *Started from the bottom, now we're here.*
- 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.
Expand Down

0 comments on commit 0d910d1

Please sign in to comment.