页面指​​示器 UIPageViewController

Posted

技术标签:

【中文标题】页面指​​示器 UIPageViewController【英文标题】:Page Indicator UIPageViewController 【发布时间】:2013-06-21 12:57:49 【问题描述】:

我的 iPhone 应用程序中有一个页面视图控制器。视图是使用 Interface Builder 和一个管理它的类来定义的。这个类扩展了

UIPageViewController <UIPageViewControllerDataSource,UIPageViewControllerDelegate>

我为页面指示器使用了以下函数。

-(NSInteger)presentationCountForPageViewController:(UIPageViewController *)pageViewController 
-(NSInteger)presentationIndexForPageViewController:(UIPageViewController *)pageViewController 

但是,我的应用程序中的页面数量增加了,并且页面指示器超出了我当前的视图(起始点和结束点)。有什么方法可以让我在标签等中使用类似的显示来换行。也欢迎任何页面指示器的替代品。

【问题讨论】:

【参考方案1】:

您必须使用自己的页面指示器。

【讨论】:

以上是关于页面指​​示器 UIPageViewController的主要内容,如果未能解决你的问题,请参考以下文章

lr 的响应时间到底指啥

UIPageViewController:每页更改页面指示器/页面控件的颜色

谷歌浏览器,宽屏显示器显示页面不全问题?

UIPageControl 当前页面指示器在显示新视图之前切换

PageViewController 页面指示器向上推视图

如何在导航栏内添加页面指示器?