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** There is a view that appears in the view debugger that may not have a purpose, at least not as far as I could find. I'm wondering...

question

I tried adding Pulley with Carthage, and while it sort of works, i can't tap the map that i drew behind the drawer. e.g. ```` class MyViewController: UIViewController { override...

Is it possible to toggle the `primaryContentViewController` dimming when the drawer is partially revealed?, I know it gets dimmed when in `.open`. I'm looking to be able to do something...

**Describe the question** When the user swipes drawerViewController I fire my animation to move the custom tabbar, the problem is that my animation somehow gets executed with the drawerViewController swipe...

question

I try to perform a segue on Objective-C but i can't get access to variable primaryContentViewController, so I made an extension MyPrimary *primaryViewController = [vc getPrimaryViewController]; primaryViewController.dato = dato; extension...

Hey, First off wanted to say that Pulley is a pretty awesome tool, so great job on it. That said, I'm noticing some behavioural differences between iPhone Xs Max (and...

Hey guys, My view hierarchy is like this CustomRootViewController ↳ PulleyController _Modal Presentation (.overCurrentContext)_      ↳ TabBarController _(Pulley's mainContentController)_           ↳ NavigationController                ↳ ListViewController                     ↳ DetailViewController _pushed onto navigation / custom statusbar...

I am facing an issue and haven't found any solution yet. The drawer height should be **the half of the total screen size**. How I can achieve this?

![image](https://user-images.githubusercontent.com/7008354/77867078-9556c880-71ea-11ea-8262-15030961359d.png) I am running into this issue when using the Pulley controller, when transitioning from the root UIHostingController, which the primary view is embedded in a NavigationView, to the the...

I'm trying to determine when the drawer reaches a certain position and do some visual updates in my app. The only way I see for that is the drawerPositionDidChange delegate....