Change MenuView position
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!
I'll provide a bool property that enables to show/hide menu view with animation.
Awesome library. Please update this feature to show/hide menu view with animation.