PagingMenuController
PagingMenuController copied to clipboard
MenuView scrolling vertically
Expected behavior MenuView can't be scrolled vertically https://ibb.co/bwv7OF
Actual behavior MenuView can be scrolled vertically https://ibb.co/h2jCqv
How to reproduce
Setting the displayMode's scrollingMode as .scrollEnabled or .scrollEnabledAndBounces
I'm using the .standard displayMode
My questions are:
- is it the expected behavior?
- if so, how to disable vertical scrolling in MenuView?
Thanks a lot :) @kitasuke
@kelvinvalensius I have same issue. I use this. let vc = PagingMenuController(options: option) vc.menuView?.contentSize = CGSize(width: vc.menuView!.contentSize.width, height: 0)