skip to Main Content

Xcode – How to fix UIPageViewController manual pagination?

UIPageViewController manual pagination not working properly. Automatic pagination working fine, but when we rotate manually it's not working properly. My ViewController.Swift code import UIKit class ViewController: UIViewController { @IBOutlet weak var contentView: UIView! @IBOutlet weak var pageControl: UIPageControl! let myDataSource…

VIEW QUESTION
Back To Top
Search