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.
I just implemented this awesome project into of project of mine.
Everything works ok, but I'm having some problem with getting rid of some nasty space between Navigation Bar and PagingMenu Bar. I want them to be together (no padding between them) but I haven't found the solution yet.
It is that yellow space in the image below. The yellow is because I changed the root view's background to yellow so it can be notorious.
Any help on this one guys please?
Thank you in advance...
The text was updated successfully, but these errors were encountered:
Found the solution.
It's not a bug, it's a configuration matter (or creation of the child view of the root view).
You've gotta set to + - 0 the y and height properties of the pagingMenuController
I think "You should add ContainerView into your view controller's view and set PagingMenuController as the embedded view controller's class" should be the correct solution.
You should drag one Container View to your UIViewContolller, then add your pagemenu controller to the container view. containerView.addSubview(pagingMenuController.view)
The containerView is you drag in form IB.
Hey there guys,
I just implemented this awesome project into of project of mine.
Everything works ok, but I'm having some problem with getting rid of some nasty space between Navigation Bar and PagingMenu Bar. I want them to be together (no padding between them) but I haven't found the solution yet.
It is that yellow space in the image below. The yellow is because I changed the root view's background to yellow so it can be notorious.
Any help on this one guys please?
Thank you in advance...
The text was updated successfully, but these errors were encountered: