Top "Uipageviewcontroller" questions

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

iOS 8 UIPageViewController Applying Constraints After Transitions

My app has a multi-pane tutorial-style view that users swipe through to learn about the app. This is implemented very …

autolayout ios8 xcode6 uipageviewcontroller
Page indication is missing in UIPageViewController

I would like to utilise UIPageViewController to paginate through my datasource. Essentially it works, however I don't get to see …

ios ios7 uipageviewcontroller
Changing UIPageViewController own PageController regarding Color of Dots

Hey I'm using a UIPageViewController to control what page I am on and for scrolling. I know it's possible to …

objective-c xcode properties uipageviewcontroller
Setting TranslatesAutoresizingMaskIntoConstraints to No on UIPageViewController

I'm building a complicated project where, among other things, I need to set a UIPageViewController as a childview of a …

ios objective-c uipageviewcontroller
Cannot assign to property: 'self' is immutable

I am creating a page view application. I have written code for the ViewController: import UIKit class ViewController: UIViewController { var …

xcode swift uipageviewcontroller
UIPageViewController transition 'Unbalanced calls to begin/end appearance transitions for '

When I navigate through UIPageViewController faster than its transition animation I am getting 'Unbalanced calls to begin/end appearance transitions …

ios transition uipageviewcontroller
Get user swiping direction in UIPageViewController

These two methods viewControllerBeforeViewController and viewControllerAfterViewController of the UIPageViewControllerDataSource don't tell the direction of the swipe. The method transitionCompleted of …

ios swift uipageviewcontroller
Using UIPageViewController without storyboard

I would like to add a tutorial to my app using UIPageViewController, but my app is not using storyboard, do …

ios objective-c xib uipageviewcontroller
Dynamically reload UIPageViewController after dataSource changed

so I'm trying to create an ibooks-like reader and I need to update the contents of the UIPageViewController dynamically after …

ios ios5 uipageviewcontroller ibooks
How to add UIBarButtonItem to NavigationBar while using UIPageViewController

Please forgive me, there are already a ton of questions on how to add a UIBarButtonItem to a NavigationBar programmatically …

ios uinavigationcontroller uinavigationbar uibarbuttonitem uipageviewcontroller