Top "Uipageviewcontroller" questions

UIPageViewController is an iOS container view controller that manages the display one of one or more content view controllers.

UIPageViewController within NavigationController

I've read every tutorial I've found about UIPageViewController, but they show just basics, I'd like to create something like new …

ios7 uinavigationcontroller uipageviewcontroller
iOS: UIPageViewController - Use button to jump to next page

I have a series of VCs in a PageViewController that a user navigates left to right through with their fingers. …

ios uibutton uipageviewcontroller
Assertion failure in UIPageViewController

While switching between Tabs too fast in UIPageViewController, App getting crash in line [UIPageViewController queuingScrollView:didEndManualScroll:toRevealView:direction:animated:didFinish:…

ios xcode uipageviewcontroller
uipageviewcontroller class crashing on setting more than one view controllers

My app keeps crashing, when I set more than one view controller in my app, like below. [self setViewControllers:_images …

ios objective-c uipageviewcontroller
UICollectionView horizontal paging with space between pages

I'm looking for a way to replace the native UIPageViewController horizontal paging with a UICollectionView. so far i did the …

ios uicollectionview uikit uipageviewcontroller uicollectionviewlayout
Disable bounce effect in UIPageViewController

I have implemented a UIPageViewController that contains two pages. On the right most page, I am able to swipe to …

ios iphone uipageviewcontroller bounce
Content pushed down in a UIPageViewController with UINavigationController

UPDATE 2 I've been running and testing my app in the iOS Simulator using a 4-inch device. If I run using …

ios objective-c xcode uinavigationcontroller uipageviewcontroller
UIPageViewController - how Can I jump to a particular page number?

I have spent almost 8 hours finding out how to jump to a particular page number in UIPageViewController... below is what …

objective-c ios cocoa-touch uipageviewcontroller
Swift/iOS8: Why are Page Control indicators not showing?

I am implementing a straightforward gallery view controller where the app displays a small range of full-screen images that the …

ios swift uipageviewcontroller uipagecontrol
UIPageViewController returns no Gesture Recognizers in iOS 6

I am trying to disable the pan gesture recognizer for a UIPageViewController. On iOS 5 I can loop through them and …

iphone objective-c uikit uipageviewcontroller