Skip to content

Commit

Permalink
Prepare release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
felixLam committed Aug 11, 2016
1 parent da24b9a commit 1ad8e8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# <img src="icon.png" align="center" width="60" height="60"> Changelog

## 1.0.3

* Fix layout issues after rotation while view controller was hidden
* Fix layout issues related to in call status bar

## 1.0.2

* Improved documentation.
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.2'
s.version = '1.0.3'
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 1ad8e8a

Please sign in to comment.