Swift/iOS8: Why are Page Control indicators not showing?

后端 未结 6 2410
暗喜
暗喜 2021-02-19 08:54

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 UIPageViewCon

6条回答
  •  醉梦人生
    2021-02-19 09:01

    Although the answer appears in abundance in many of these answers, I just want to make it explicitly clear that you need to set the UIPageViewController to 'Scroll' before these methods will get hit.

提交回复
热议问题