- Notifications
You must be signed in to change notification settings - Fork265
Releases: 52inc/Pulley
2.9.2
9d58b99
Compare
What's Changed
- remove bounce overflow margin substract for panel by@ngerdzhikov in#417
- Fix Xcode 14 compiler warning by@ddaddy in#423
- Delete .swift-version by@SabinaHuseinova in#425
- Fix black horizontal line on top of pulley on Mac Catalyst by@mpfeifer-svg in#430
New Contributors
- @ngerdzhikov made their first contribution in#417
- @ddaddy made their first contribution in#423
- @SabinaHuseinova made their first contribution in#425
- @mpfeifer-svg made their first contribution in#430
Full Changelog:2.9.1...2.9.2
Bug Fixes and Improvements
355bb7c
Compare
Assets2
New compact display mode and new optional paramater on setDrawerContentViewController
5d5ec9c
Compare
Pulley 2.9.0 has new properties to support a new displayMode. The base functionality should work without any significant changes. The biggest change being the new displayMode of.compact
to replicate Apple Maps Behavior on the iPhone SE size class devices. This is an exact replica of the behavior of the Apple Maps drawer, therefor when thecurrentDisplayMode
of thePulleyViewController
is.compact
then the onlysupportedDrawerPositions
for the view controller when in.compact
mode are.open
,.closed
, and.collapsed
. This mode also has new@IBInspectable properties,compactInsets
andcompactWidth
. This mode behaves in a very similar way to.panel
mode. See the pull requesthere for the motivation behind this feature. Also in this release,setDrawerContentViewController(controller: UIViewController, position: PulleyPosition? = nil, animated: Bool = true, completion: PulleyAnimationCompletionBlock?)
has a new optional parameterposition
to set a new drawer position the drawer when a newDrawerContentViewController
is set. Seethis pull request for the motivation behind this feature.
Assets2
Fixes Issue with Scrollview Dragging in iOS 14
780234b
Compare
Merge pull request #401 from 52inc/xcode12Xcode12 Fixes to issue #400
Assets2
Auto Layout Feedback Loop Fixes
3fc83e7
Compare
Assets2
xcode12 Drawer Masking Path Bugfix
a34e0ed
Compare
• See Issue#390
Assets2
Xcode 12 and iOS 14 Bug Fixes
13b02a0
Compare
Merge pull request #394 from 52inc/xcode12Xcode12
Assets2
Minor Enhancements
Compare
• Add option for pulley position when mask has been tapped
Assets2
Xcode 11 and Swift Package Manager Support
67f259e
Compare
2.8.0Update README.md
Assets2
Update to Swift 5.0
Compare
A very small update to the Pulley Library to support Swift 5.0