I am using UIPageViewController
to show 2 tabs, they are appearing perfect when I navigate to the PageViewController
but when I navigate to any detail view from PageViewController
and come back then UIPageViewController
shifts up.
This only happen when I navigate from one of a child view controller of another PageViewController
to the current PageViewController
otherwise no issue.
This is the first child view controller from when I am navigating to a different PageViewController
This is the actual PageViewController
causing the problem, currently no issue navigating to this screen
Now the whole view is shifted up after I came back to this screen from another screen!
Any help would be much appreciated. Thanks!