Top "Uipageviewcontroller" questions

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

UIPageViewController gesture is calling viewControllerAfter: but doesn't animate

I have a really interesting issue with UIPageViewController. My project is set up very similarly to the example Page Based …

ios uipageviewcontroller
iOS 8 / XCode 6 autolayout constraints applied after view appears

I have a project that was working just fine with XCode 5 and iOS 7, but when I recently downloaded XCode 6, I …

ios xcode autolayout xcode6 uipageviewcontroller
How to set background color for UIPageViewController?

How to set color for background view in UIPageViewController? Is it possible to do this in Storyboard?

ios storyboard uipageviewcontroller xcode7-beta4
Access the UIPageControl created by iOS6 UIPageViewController?

I'm using a UIPageViewController with Navigation set to Horizontal, Transition Style set to Scroll (in InterfaceBuilder), and no spine. Which …

ios ios6 uipageviewcontroller uipagecontrol
Assertion failure in UIQueuingScrollView didScrollWithAnimation:force:

I've got a UIPageViewController set up paging my ImageViewController. The ImageViewController contains a UIScrollView with a UIImageView inside. Nothing else. …

iphone ios uipageviewcontroller
UIPageViewController not respecting the top layout guide in iOS 7

I am using a page view controller to flip through a series of view controller, each of which is instantiated …

ios objective-c cocoa-touch ios7 uipageviewcontroller