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

后端 未结 6 2417
暗喜
暗喜 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

    My mistake was to set the count value more than the actual content pages in my page view controller in presentationCount() delegate method.

提交回复
热议问题