REMenu
REMenu copied to clipboard
What's about iOS 11?
I have a bug, that menu doesn't response to touches.
Me too. Does anyone have a solution or does anyone know the problem?
I don't have that problem, but the menu is misaligned on iPhone X.
Without delving into the code too much, a quick solution is to set the appearsBehindNavigationBar
property on your instance of REMenu
to NO
when running on an iPhone X.
Before | After |
---|---|
![]() |
![]() |