Top "Uipageviewcontroller" questions

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

Refresh UIPageViewController - reorder pages and add new pages

I have a UIPageViewController which I am providing page data for using an implementation of UIPageControllerDelegate and UIPageControllerDataSource. It's all …

ios iphone cocoa-touch uikit uipageviewcontroller
Swift iOS: how to trigger next page using buttons

I have a QuizViewController which extends UIViewController, UIPageControllerDelegate, and a UIPageViewControllerDataSource. Inside QuizViewController.swift private var pageViewController: UIPageViewController? private func …

ios swift uipageviewcontroller pageviews
how to add two view controllers in UIPageViewcontroller

I m using UIPageViewController on iPad where I need to show a firstviewController in the first page and ContentViewController in …

ios objective-c uipageviewcontroller
UIPageViewController navigates to wrong page with Scroll transition style

My UIPageViewController was working fine in iOS 5. But when iOS 6 came along, I wanted to use the new scroll transition …

ios6 uipageviewcontroller
Swift: UIPageViewController - Load separate views

I'm following this tutorial: http://swiftiostutorials.com/ios-tutorial-using-uipageviewcontroller-create-content-slider-objective-cswift/ to create an app that shows multiple sliders. Even though i've got …

ios swift uipageviewcontroller
How to change position of UIPageControl in iOS >=8.0?

I have a simple UIPageViewController which displays the default UIPageControl at the bottom of the pages. I wonder if it's …

ios uipageviewcontroller uipagecontrol
Adding dots to bottom of UIPageViewController screen

I have implemented the data source methods of UIPageViewController and still not getting dots at bottom of my iOS app. …

ios swift uipageviewcontroller
How to remove the bottom gap of UIPageViewController

I am using UIPageViewController to show images full screen, the UIViewController which is added to UIPageController as a sub view / …

ios objective-c uipageviewcontroller
Increase the size of the indicator in UIPageViewController's UIPageControl

Is it possible to Increase the size of the indicator in UIPageViewController? I have this: And my requirement is this:

swift uipageviewcontroller uipagecontrol
How can i know if UIPageViewController flipped forward or reversed?

I have a UIPageViewController and I just can not figure out how to know to what direction the user turned …

ios uipageviewcontroller