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.
Actual behavior
Expected behavior: The whole menu view to be blue color as well, so no white space while rotating the device.
The first I've done a small configuration:
Configuration
Then in
viewDidLoad
I added setup of paging menu:Also I added rotate notification, thus I need different height for portrait and landscape. When orientation changes I call
setup
again:pagingMenuController.setup(PagingMenuOptions())
This PagingMenuOptions are stick to orientation mode:
But when rotating the device, there is white space, if I'm going from landscape to portrait one.
PagingMenuController (1.1.2), Swift 2.3
The text was updated successfully, but these errors were encountered: