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

drawer View in collapsed position under TabBarController #383

Closed MoElnaggar14 closed 4 years ago

MoElnaggar14 commented 4 years ago

how I can set drawer height when launched Pulley ViewController

amyleecodes commented 4 years ago

It queries the drawer VC for the height for a given position. Please see the README or sample project.

MoElnaggar14 commented 4 years ago

I have a UITabBarController contain PulleyController so the drawer VC in the collapsed position appear under the TabBar

amyleecodes commented 4 years ago

As I said before, your drawer VC is responsible for returning the height in the delegate method.

It doesn’t matter that it’s contained in a UITabBarController.

See the README or sample project for how to change the height of the drawer positions.