Top "Uipageviewcontroller" questions

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

PageViewController delegate functions called twice

I am working with UIPageViewController , to make a product tour for my application. I followed this link http://www.appcoda.…

ios ios5 ios6 uipageviewcontroller
Preloading pages of UIPageViewController

I can't find a good solution to having the UIPageViewController preload the surrounding ViewControllers. Right now what happens is when …

iphone ios uipageviewcontroller
Remove the page indicator from UIPageViewController

I am using a page view controller in an iOs app. How do I remove the dots from this controller? …

ios objective-c uipageviewcontroller uipagecontrol
UIPageViewController crashes when flipped too fast during low memory

I had some memory problems due to Xcode's template for a UIPageViewController caching all the page data, so I changed …

ios automatic-ref-counting uipageviewcontroller
Swift - Reload UIPageViewController with new information in viewDidAppear

How to reload UIPageViewController in viewDidAppear? There, I refresh information from CoreData and I want to updated values when the …

ios swift reload uipageviewcontroller viewdidappear
Releasing unused pages in UIPageViewController

I am using a separate .h, .m, and .xib files for each UIViewController based page of a UIPageViewController based picture …

ios xcode memory-management automatic-ref-counting uipageviewcontroller
make image view full screen in view controller/page view controller (swift)

I am using UIPageViewController to show images full screen. Issue is the images are not showing full screen. Instead there …

ios swift uistoryboard uipageviewcontroller xcode-storyboard
Progress of UIPageViewController

I would like to receive updates from the uipageviewcontroller during the page scrolling process. I want to know the transitionProgress …

ios uipageviewcontroller transitions
UIPageViewController disable scrolling

I am using a UIPageViewController with transitionStyle UIPageViewControllerTransitionStyleScroll and navigationOrientation UIPageViewControllerNavigationOrientationVertical I also have a UIPanGestureRecognizer on the view and …

ios6 uipageviewcontroller
UIPageViewController in iOS6

In iOS6 in the methods viewControllerAfterViewController and viewControllerBeforeViewController if I return nil (for block the page navigation when I am …

iphone ios objective-c uipageviewcontroller