Top "Uipageviewcontroller" questions

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

PageViewController current page index in Swift

I want to get current index of a pageViewController, I don't know how I get the visible pages index. func …

ios swift uiviewcontroller uipageviewcontroller uipagecontrol
UIPageViewController and storyboard

I'm trying to configure a UIPageViewController SPECIFICALLY from storyboard: TutorialPageViewController.h #import <UIKit/UIKit.h> @interface TutorialPageViewController : UIPageViewController &…

ios uistoryboard uipageviewcontroller xcode-storyboard
UIPageViewController page control background color

i'm using UIPageViewController in my app and it's working fine. however, it's page control which has been added automatically has …

ios objective-c uipageviewcontroller
Hide dots from UIPageViewController

I would like to do to a pretty simple thing. Just remove all the dots, and the bar on the …

ios cocoa-touch ios7 uipageviewcontroller uipagecontrol
iOS Swift: UIPageViewController - Turning page programmatically

I have a UIPageViewController, which works fine when we swipe left or right to turn pages. class ViewController: UIViewController, UIPageViewControllerDataSource { ... } …

ios swift uiviewcontroller uipageviewcontroller
How do I make the bottom bar with dots of a UIPageViewController translucent?

I'm in the process of making a tutorial, and I'm trying to emulate the style of Path's tutorial like so: …

iphone ios uipageviewcontroller
Disable UIPageViewController bounce

Searched a lot for this one, but couldn't find a proper solution yet. Is it possible to disable the bounce …

ios iphone objective-c uipageviewcontroller
Tell When a UIPageViewController is Scrolling (for Parallax Scrolling of an Image)

I am trying to make an effect similar to that found in the new Yahoo weather app. Basically, each page …

objective-c uiscrollview uiimage uipageviewcontroller
topLayoutGuide in child view controller

I have a UIPageViewController with translucent status bar and navigation bar. Its topLayoutGuide is 64 pixels, as expected. However, the child …

ios uiviewcontroller ios7 autolayout uipageviewcontroller
Using View Controller from storyboard programmatically in a Page View Controller

I have an app with a storyboard. I am using several View Controller with segues to choose from a table …

ios objective-c uipageviewcontroller