PagingMenuController icon indicating copy to clipboard operation
PagingMenuController copied to clipboard

Change MenuView position

Open sinbizkit opened this issue 9 years ago • 2 comments

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!

sinbizkit avatar Oct 18 '16 07:10 sinbizkit

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

kitasuke avatar Nov 19 '16 21:11 kitasuke

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

ericvnu avatar Mar 31 '17 07:03 ericvnu