Skip to content

Commit

Permalink
Merge pull request #41 from iosphere/feature/release-1.0.4
Browse files Browse the repository at this point in the history
Prepare 1.0.4 release
  • Loading branch information
Hagi authored Oct 7, 2016
2 parents a5df422 + ac74822 commit caed3f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# <img src="icon.png" align="center" width="60" height="60"> Changelog

## 1.0.4

* Allow PullUp to be locked
* Use `ISHPullUpStateDragging` when an animation is currently running
* Minor Xcode project modernizations

## 1.0.3

* Fix layout issues after rotation while view controller was hidden
Expand Down
2 changes: 1 addition & 1 deletion ISHPullUp.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'ISHPullUp'
s.version = '1.0.3'
s.version = '1.0.4'
s.summary = 'Vertical split view controller with pull up gesture as seen in the iOS 10 Maps and Music app'
s.description = <<-DESC
ISHPullUp provides a simple UIViewControlller subclass with two child controllers. The layout can be managed entirely via delegation and is easy to use with autolayout. A pan gesture allows the user to drag the bottom view controller up or down.
Expand Down

0 comments on commit caed3f3

Please sign in to comment.