我的iPhone应用程序中有一个页面视图控制器。视图是使用Interface Builder和一个类来定义的。这个类扩展了
UIPageViewController <UIPageViewControllerDataSource,UIPageViewControllerDelegate>
我使用以下功能作为页面指示器。
-(NSInteger)presentationCountForPageViewController:(UIPageViewController *)pageViewController {}
-(NSInteger)presentationIndexForPageViewController:(UIPageViewController *)pageViewController {}
但是,我的应用程序中的页数增加了,页面指示符超出了我当前的视图(起点和终点)。有没有什么方法可以使用类似的显示来标记标签行等。页面指示器的任何替代方案也是受欢迎的。
答案 0 :(得分:0)
您必须使用自己的页面指示器。