Releases: 52inc/Pulley
Releases · 52inc/Pulley
Better support for UITabBarController, don't dim behind the drawer when full screen, and fixes for static frameworks
2.1.0 Cocoapods version update
Support for landscape safe areas, compatible with new Xcode build system, configurable animations
2.0.1 pod version update
iOS 11 / Swift 4 / Safe Areas
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)
1.5.2 Fix issue with 'constraintToParent' addition not being in the folder …
Fix for presenting a view controller when defining the context to be a nested view controller
1.5.1 Fix for Bug with modals #21
Support for nested Pulley View Controllers
1.5 Pod point bump
Add completion blocks for animations
1.4 Use nil for animation completion blocks, rather than empty implementa…
Swift 3.1
1.3.2 Swift 3.1 compatibility, podspec update.
1.3.1
Bug fixes and added Carthage support.
Closed Position + IBInspectable Support
• 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