Skip to content

Releases: 52inc/Pulley

Bug Fixes and Improvements

17 Jun 14:00
355bb7c
Compare
Choose a tag to compare

Addresses Pull Requests #414, #412, #411, and #407.

New compact display mode and new optional paramater on setDrawerContentViewController

11 Nov 04:36
5d5ec9c
Compare
Choose a tag to 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 the currentDisplayMode of the PulleyViewController is .compact then the only supportedDrawerPositions for the view controller when in .compact mode are .open, .closed, and .collapsed. This mode also has new @IBInspectable properties, compactInsets and compactWidth. This mode behaves in a very similar way to .panel mode. See the pull request here 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 parameter position to set a new drawer position the drawer when a new DrawerContentViewController is set. See this pull request for the motivation behind this feature.

Fixes Issue with Scrollview Dragging in iOS 14

08 Oct 21:03
780234b
Compare
Choose a tag to compare
Merge pull request #401 from 52inc/xcode12

Xcode12 Fixes to issue #400

Auto Layout Feedback Loop Fixes

30 Sep 19:38
3fc83e7
Compare
Choose a tag to compare

• Fixes new issues related to issue #390
• Fixes issue #396

xcode12 Drawer Masking Path Bugfix

19 Sep 22:24
a34e0ed
Compare
Choose a tag to compare

Xcode 12 and iOS 14 Bug Fixes

18 Sep 16:16
13b02a0
Compare
Choose a tag to compare
Merge pull request #394 from 52inc/xcode12

Xcode12

Minor Enhancements

20 Aug 13:18
Compare
Choose a tag to compare

• Add option for pulley position when mask has been tapped

Xcode 11 and Swift Package Manager Support

12 Nov 04:26
67f259e
Compare
Choose a tag to compare

Update to Swift 5.0

31 Mar 21:23
Compare
Choose a tag to compare

A very small update to the Pulley Library to support Swift 5.0

Release 2.6.4 with bug fixes and improvements

31 Mar 21:12
Compare
Choose a tag to compare

This release Fixes drawer mask via issue #284 and Fixes issue #302 by preparing the feedback generator in scrollViewWillBeginDecelerating.