swift中的ViewController

來源:互聯網
上載者:User

標籤:

     ViewController是iOS應用程式中重要的部分,是應用程式資料和視圖之間的重要橋樑,ViewController管理應用中的眾多視圖。iOS的SDK中提供很多原生ViewController,以支援標準的使用者介面,例如表視圖控制器(UITableViewController)、導航控制器(UINavigationController)、標籤欄控制器(UITabbarController)和iPad專有的UISplitViewController等。

 

        按結構可以對iOS的所有ViewController分成兩類:
        1、主要用於展示內容的ViewController,這種ViewController主要用於為使用者展示內容,並與使用者互動,如UITableViewController,UIViewController。
        2、用於控制和顯示其他ViewController的ViewController。這種ViewController一般都是一個ViewController的容器。如UINavigationController,UITabbarController。它們都有一個屬性:viewControllers。其中UINavigationController表示一種Stack式結構,push一個ViewController或pop一次,因此後一個ViewController一般會依賴前一個ViewController。而UITabbarController表示一個Array結構,各個ViewController是並列的。

swift中的ViewController

相關文章

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.