MNPageViewController
MNPageViewController copied to clipboard
Alternative to UIPageViewController
Thanks.
didPageToViewController is sporadically called with a null viewController on the first and last pages, and often with the wrong viewController (offset by 1). This is a fix for the issue.
MNPageViewController should forward the appearence call backs to the child controllers properly, which is not happening. For Example, in the example project, When page 1 is scrolled from page 0,...
Do you have idea what is the best way to implement feature to go to exact page?
I have tried to add the MNPageViewController to my project manually by copying the header and implementation file, but I have no framework file (libMNPageViewController.a). The result is (unless I'm...
Hello, thanks for sharing your code. I notice that there is an issue after a rotation. The view doesn't scale well, there is a little space at the edges (vertically...