diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c5a1e..cd65dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 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 diff --git a/ISHPullUp.podspec b/ISHPullUp.podspec index 177c569..2a15172 100644 --- a/ISHPullUp.podspec +++ b/ISHPullUp.podspec @@ -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'