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
Horizontal padding between UIPageViewController child view controllers

I am using UIPageViewController to display images that are embedded in child view controllers. NSDictionary *options = [NSDictionary dictionaryWithObject: [NSNumber numberWithInteger:…

ios ios7 uipageviewcontroller
UIPageViewController: Fade In/Out Animation Between Viewcontrollers?

I followed the tutorial over @ http://www.appcoda.com/uipageviewcontroller-storyboard-tutorial/ to implement a UIPageViewController. I need to make the transition …

ios objective-c uiviewcontroller uipageviewcontroller uianimation
Can I disable the UIPageViewController's page border gesture recognizers? And keep the swipe one?

I see that I can remove all of the UIPageViewController gestures, but what if I only want to remove the …

iphone ipad uigesturerecognizer uipageviewcontroller