You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2018. It is now read-only.
@kelvinvalensius
I have same issue.
I use this.
let vc = PagingMenuController(options: option)
vc.menuView?.contentSize = CGSize(width: vc.menuView!.contentSize.width, height: 0)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
'sscrollingMode
as.scrollEnabled
or.scrollEnabledAndBounces
I'm using the
.standard
displayMode
My questions are:
Thanks a lot :)
@kitasuke
The text was updated successfully, but these errors were encountered: