2013-06-21 75 views
1

我有我的iPhone應用程序中的頁面視圖控制器。該視圖是使用Interface Builder和一個類來管理它的。本課程擴展頁面指標UIPageViewController

UIPageViewController <UIPageViewControllerDataSource,UIPageViewControllerDelegate> 

我對頁面指示器使用了以下功能。

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

然而,在我的應用程序頁面的數量增加,頁面指示燈熄滅我的當前視圖(起始和結束點)。有沒有什麼辦法可以使用類似的顯示器來換行標籤等。頁面指示符的任何替代方法也是受歡迎的。

回答

0

你必須使用自己的頁面指示器。

相關問題