Top "Uipageviewcontroller" questions

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

Is it possible to Turn page programmatically in UIPageViewController?

Is it possible to turn page programmatically in UIPageViewController?

ios ios5 uikit uipageviewcontroller
How do I Disable the swipe gesture of UIPageViewController?

In my case parent UIViewController contains UIPageViewController which contains UINavigationController which contains UIViewController. I need to add a swipe gesture …

ios uiviewcontroller uigesturerecognizer uipageviewcontroller
UIPageViewController: return the current visible view

How do you know what is the current page/view displayed inside an UIPageViewController? I have overridden the viewDidAppear method …

iphone ios uipageviewcontroller
Accessing variables from another ViewController in Swift

I have the following ViewController: class PageContentViewController: UIViewController { var pageIndex: Int } How would I access pageIndex from another ViewController? I …

ios objective-c swift uipageviewcontroller
How to Make the scroll of a TableView inside ScrollView behave naturally

I need to do this app that has a weird configuration. As shown in the next image, the main view …

swift uitableview uiscrollview uikit uipageviewcontroller
Can we customize the page indicator in UIPageViewController?

Now it's white dots with black background. What about if I want it to be black dots with white backgrounds? …

ios objective-c uipageviewcontroller
How to put the UIPageControl element on top of the sliding pages within a UIPageViewController?

Regarding to this tutorial by AppCoda about how to implement a app with UIPageViewController I'd like to use a custom …

ios storyboard uipageviewcontroller uipagecontrol
UIPageViewController, how do I correctly jump to a specific page without messing up the order specified by the data source?

I've found a few questions about how to make a UIPageViewController jump to a specific page, but I've noticed an …

iphone objective-c ios uipageviewcontroller
How to implement UIPageViewController that utilizes multiple ViewControllers

I've been working on a simple test app to learn the ins and outs of the UIPageViewController. I have it …

ios uiviewcontroller uipageviewcontroller
Using UIPageViewController with swift and multiple view controllers

I'm trying to utilize a UIPageViewController in a Swift app with multiple view controllers. I have 2 view controllers on my …

ios swift uipageviewcontroller