PagingMenuController icon indicating copy to clipboard operation
PagingMenuController copied to clipboard

MenuView scrolling vertically

Open kelvinvalensius opened this issue 8 years ago • 1 comments

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:

  1. is it the expected behavior?
  2. if so, how to disable vertical scrolling in MenuView?

Thanks a lot :) @kitasuke

kelvinvalensius avatar May 25 '17 09:05 kelvinvalensius

@kelvinvalensius I have same issue. I use this. let vc = PagingMenuController(options: option) vc.menuView?.contentSize = CGSize(width: vc.menuView!.contentSize.width, height: 0)

rogerfanfan avatar Oct 24 '17 03:10 rogerfanfan