iOS開發 - View Controller 的paging,iospaging

來源:互聯網
上載者:User

iOS開發 - View Controller 的paging,iospaging

在學習開源中國ios 源碼時,發現其實現view controllers 的paging的方法如下:

第一、定義一個容器類的view controller,類似於UIPageViewController. 該vc的主要由兩部分組成:

  a 一個title view,用來表明當前內容是什麼,並且能夠相應使用者的點擊,切換content

  b 一個table view controller (通過addChildViewController添加,並將table view controller 的view 添加到容器的view中),用來顯示內容, 即響應使用者的手勢實現paging. 

第二是設定tableview的transform,將tableview旋轉90度,設定pagingEnable為yes(UIScrollView的屬性),並在table view delegate方法將cell的height設定為螢幕的寬度,這樣就能夠將table view變成一個能夠paging的view了。

那麼如何將view controllers的內容 添加到table view中去呢?首先將所有view controller添加到table view controller中去,然後將view controller的view 添加到table view cell 的content view中,這樣table view cell中的內容就是view controllers 的內容了。

這種實現主要涉及三個角色:

1. 容器類的view controller, 主要用來協調title view 和table view controller

2. table view controller, 用來實現內容水平方向的paging

3. view controllers,用來提供內容

 

因為UIKit本身就提供了paging view controller,不知道為什麼不直接用?

經過測試,可以使用paging view controller實現以上準系統

代碼:https://github.com/beddup/BeddupPageViewControllerDemo

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.