Skip to content

Releases: 52inc/Pulley

Better support for UITabBarController, don't dim behind the drawer when full screen, and fixes for static frameworks

26 Oct 18:25
Compare
Choose a tag to compare

Support for landscape safe areas, compatible with new Xcode build system, configurable animations

17 Oct 19:33
Compare
Choose a tag to compare

iOS 11 / Swift 4 / Safe Areas

25 Sep 22:19
Compare
Choose a tag to compare
Swift 4 / iOS 11 SDK / Safe areas (#81)

* Swift 4 tweaks, fix for #55 on iOS 11

* iPhone X + Safe Areas support.

* Update README and swift version

Move to constraints for some drawer layout (prevent constraint errors for before Pulley does it's initial layout)

26 Aug 01:40
Compare
Choose a tag to compare
Fix issue with 'constraintToParent' addition not being in the folder …

…visible to CocoaPods. Update CocoaPods release version.

Fix for presenting a view controller when defining the context to be a nested view controller

11 Aug 18:23
Compare
Choose a tag to compare

Support for nested Pulley View Controllers

11 Aug 04:24
Compare
Choose a tag to compare

Add completion blocks for animations

27 Apr 03:17
Compare
Choose a tag to compare
Use nil for animation completion blocks, rather than empty implementa…

…tions. Add additional backwards compatibility methods. Misc. code structure changes. Podspec update.

Swift 3.1

27 Apr 00:18
Compare
Choose a tag to compare
1.3.2

Swift 3.1 compatibility, podspec update.

1.3.1

17 Feb 23:26
Compare
Choose a tag to compare

Bug fixes and added Carthage support.

Closed Position + IBInspectable Support

26 Oct 02:19
Compare
Choose a tag to compare

• IBInspectable support for PullerDrawerViewController settings.
• Formally added / fixed edge cases for a 'closed' drawer position.
• Added "initialDrawerPosition" option so the drawer starts in the position you'd like.
• Added a programmatic example for initialDrawerPosition in AppDelegate.
• Fixed a constraint issue in the Interface Builder example.
• Made the PulleyPosition.all accessible outside of the module