91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

IOS UIPageViewController控件操作

發布時間:2020-07-27 15:09:19 來源:網絡 閱讀:371 作者:RoderickKennedy 欄目:移動開發

- (void)viewDidLoad

{

    [super viewDidLoad];

    [self createContentPages];// 初始化所有數據

    // 設置UIPageViewController的配置項

    NSDictionary *options =[NSDictionary dictionaryWithObject:[NSNumber numberWithInteger:UIPageViewControllerSpineLocationMin]

                                                           forKey: UIPageViewControllerOptionSpineLocationKey];

        

    // 實例化UIPageViewController對象,根據給定的屬性

    self.pageController = [[UIPageViewController alloc] initWithTransitionStyle:UIPageViewControllerTransitionStylePageCurl

                                                              navigationOrientation:UIPageViewControllerNavigationOrientationHorizontal

                                                                            options: options];

    [[_pageController view] setFrame:[[self view] bounds]];

}



1.UIPageViewControllerDataSource協議

該協議主要有兩個方法:

- (UIViewController *)pageViewController:(UIPageViewController *)pageViewController viewControllerBeforeViewController:(UIViewController *)viewController;


- (UIViewController *)pageViewController:(UIPageViewController *)pageViewController viewControllerAfterViewController:(UIViewController *)viewController;


分別用來提供UIPageViewController對象的數據源,即UIPageViewController對象通過該方法來調度顯示的內容。

_pageController.dataSource = self;


2.初始化時,顯示適當內容

MoreViewController *initialViewController =[self viewControllerAtIndex:0];// 得到第一頁

NSArray *viewControllers =[NSArray arrayWithObject:initialViewController];

[_pageController setViewControllers:viewControllers

                              direction:UIPageViewControllerNavigationDirectionForward

                               animated:NO

                             completion:nil];    

// 在頁面上,顯示UIPageViewController對象的View

[self addChildViewController:_pageController];

[[self view] addSubview:[_pageController view]];


3.準備好數據源

[self createContentPages];// 初始化所有數據

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

金门县| 阳朔县| 安多县| 青岛市| 永川市| 武陟县| 永泰县| 普兰店市| 永修县| 桦川县| 太保市| 山西省| 潞城市| 苍南县| 稻城县| 收藏| 桦甸市| 东宁县| 莱芜市| 定远县| 铅山县| 涟源市| 阳信县| 雷州市| 桐城市| 海门市| 汉阴县| 海口市| 潍坊市| 平山县| 武功县| 洞口县| 廊坊市| 龙泉市| 阿拉尔市| 富蕴县| 马鞍山市| 阿荣旗| 仙游县| 剑川县| 报价|