Pulley icon indicating copy to clipboard operation
Pulley copied to clipboard

A library to imitate the iOS 10 Maps UI.

Results 54 Pulley issues
Sort by recently updated
recently updated
newest added

**Describe the question** A subclass of `PulleyViewController` is being used as a top view controller for one of the tab of a UITabBarController. A subsequent screen as a result of...

question

I created a small public project where we can clearly see that bug https://github.com/BGLv/PulleyDimmingViewBug https://user-images.githubusercontent.com/22197990/146005651-9479f2fc-2b03-4204-9f06-d5491bf7e44b.mp4 ``` func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { guard let windowScene...

bug

pulleyDrawerVC.backgroundDimmingColor = .clear pulleyDrawerVC.backgroundDimmingOpacity = 1.0 after setting this also background color is still setting some blur color

How to add my own elements like a button in PulleyViewController? I created it in my storyboard but didn't show when App runs.

Hello, I implemented Pulley programmatically. It works as intended. Passing data via protocol. The drawer display data in a tableView. I d like to open another controller to display other...

question

In order to improve Objective-C interoperability, I added the @objMembers attribute to expose all the properties also to Objective-C project. With these changes, we are able to use Pulley in...

After upgrading to iOS 14 Beta 4, even the example projects won't launch anymore and the CPU is at 100%. I didn't have time to investigate further so I don't...

**Describe the bug** The latest version does not start PulleyViewController when you pass ".open" in func supportedDrawerPositions () -> [PulleyPosition] (only on iphone 11 pro, 11 pro max, 12 pro)....

bug

I was using a much older version of the drawer but needed the support for the iPhone X and above, im having an issue where now when i change the...

By default, you cannot swipe down from a "collapsed" state to a "closed" state. Is this supported out of the box via some property? If not, what is the best...