Pulley
Pulley copied to clipboard
A library to imitate the iOS 10 Maps UI.
Thank you for the great library! Nothing critical. In xCode 10, swift 4.2, substituting the following in the PulleyViewController: if abs(currentStop - distanceFromBottomOfView) < abs(currentClosestStop - distanceFromBottomOfView) { currentClosestStop =...
I am getting this extra offset from top (marked in red). My view get added from below that. I've tried changing constraints but there's extra space on top. What am...
This issue has been reported before as #142 but was closed. I have this issue consistently, that is why I am opening a new issue. `[LayoutConstraints] Unable to simultaneously satisfy...
Hi, I was playing the demo project, and added userLocation into the map. As long as I implement startUpdatingLocation function, even if I stop updating immediately. The tableview scrolling starts...
I have some extra controls here. Is that possible?
Hi there — Thanks so much for putting this project together - it has been super helpful. I've been playing around with putting a UI together that includes a pull...
Add follow code to demo's UISearchBarDelegate ` func searchBar(_ searchBar: UISearchBar, textDidChange searchText: String) { self.tableView.reloadData() } ` The bottom of drawer will become lower after each input. Temporary solution...
Hi, As you can see on the following screen, I figured out that the shadow is not following the drawer container when the frame of the drawer is updated during...
Hello, I'm trying to put a table view inside the drawer programmatically but I can't scroll it, every time I scroll, the drawer gets scrolled. Don't have much code besides...
Pulley 2.5.0 involved a lot of name changes for structures and properties. This document outlines the renaming / changes / new features. * PulleyDisplayMode.leftSide -> PulleyDisplayMode.panel * PulleyDisplayMode.bottomDrawer -> PulleyDisplayMode.drawer...