📖 A simple, highly informative page view controller
MIT License
1.99k
stars
154
forks
source link
i wanted to load new page on specfic part of screen not on full screen whenever i swipe, currently getting on full screen, it would be helpful for me if you can guide through #287
Doubt if it is possible. You'd never expect a
UIPageViewController
to do so. Refer to someUIScrollView
lib instead.