Pulley Versions Save

A library to imitate the iOS 10 Maps UI.

2.9.1

2 years ago

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

2.9.0

3 years ago

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.

2.8.5

3 years ago

2.8.4

3 years ago

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

2.8.3

3 years ago

• See Issue #390

2.8.2

3 years ago

2.8.1

3 years ago

• Add option for pulley position when mask has been tapped

2.8.0

4 years ago

2.7.0

5 years ago

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

2.6.4

5 years ago

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