52inc / Pulley

A library to imitate the iOS 10 Maps UI.
https://cocoapods.org/pods/Pulley
MIT License
2.02k stars 265 forks source link

Only pulling from bottom to top and top to bottom #360

Closed fuad-adetoro closed 5 years ago

fuad-adetoro commented 5 years ago

I want the secondary view controller to be pulled from the bottom to the top and from the top to the bottom only, in the current set-up it stops at around quarter of the screen height. How can I go about doing this?

fuad-adetoro commented 5 years ago

Closing this issue, just found out about the supportedDrawerPositions method. Thanks!