Skip to content

Commit

Permalink
Merge pull request #53 from iosphere/feature/1.0.5
Browse files Browse the repository at this point in the history
Prepare 1.0.5 release
  • Loading branch information
Hagi committed Jun 1, 2017
2 parents 3918617 + 255b875 commit 04b640d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# <img src="icon.png" align="center" width="60" height="60"> Changelog

## 1.0.5

* Support view controller containment: `ISHPullUpViewController` (or subclasses thereof) can now be embedded in container view controllers that make use of the bottom layout guide (e.g., `UITabBarController`)

## 1.0.4

* Allow PullUp to be locked
Expand Down
4 changes: 2 additions & 2 deletions ISHPullUp.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

Pod::Spec.new do |s|
s.name = 'ISHPullUp'
s.version = '1.0.4'
s.version = '1.0.5'
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.
View subclasses are provided to make beautiful iOS10 style designs easier. ISHPullUpHandleView provides a drag handle as seen in the notification center or Maps app with three states: up, neutral, down. ISHPullUpRoundedView (and ISHPullUpRoundedVisualEffectView) provides the perfect backing view for your bottom view controller with a hairline border, rounded top corners, and a shadow.
View subclasses are provided to make beautiful iOS 10 style designs easier. ISHPullUpHandleView provides a drag handle as seen in the notification center or Maps app with three states: up, neutral, down. ISHPullUpRoundedView (and ISHPullUpRoundedVisualEffectView) provides the perfect backing view for your bottom view controller with a hairline border, rounded top corners, and a shadow.
DESC
s.homepage = 'https://github.com/iosphere/ISHPullUp'
s.screenshots = 'https://raw.githubusercontent.com/iosphere/ISHPullUp/master/SupportingFiles/screenshot.jpg'
Expand Down

0 comments on commit 04b640d

Please sign in to comment.