Swift/iOS8: Why are Page Control indicators not showing?
问题 I am implementing a straightforward gallery view controller where the app displays a small range of full-screen images that the user can scroll through. I'm using UIPageViewController which I thought, should display the Page Control indicators automatically if I implement the correct datasource functions. However I still cannot see any indicators. In my main GalleryViewController : class GalleryViewController: UIViewController, UIPageViewControllerDataSource, UIPageViewControllerDelegate {