kitasuke / PagingMenuController

Paging view controller with customizable menu in Swift
MIT License
2.5k stars 449 forks source link

Change MenuView position #292

Open sinbizkit opened 7 years ago

sinbizkit commented 7 years ago

Good day! I need to implement one interesting behaviour but I can't figure out how to do it with help of PagingMenuController. I have a simple layout: PagingMenuController that containing several UICollectionViews inside PagingViewController. I need to move a MenuView out of bounds when user scrolls down any of collection views. I found that a MenuView have autolayout's constraints related to PagingMenuController's view. It means that I can't move a MenuView directly. Have you any suggestions how can I implement that kind of stuff? Thank you in advance!

kitasuke commented 7 years ago

I'll provide a bool property that enables to show/hide menu view with animation.

quyenssesaa commented 7 years ago

Awesome library. Please update this feature to show/hide menu view with animation.