2015年10月

View Controller Programming Guide for iOS

Overview

The Role of View Controllers

UIViewController包含了用来管理view、event、transitioning的所有方法和属性。只需要直接集成该class或者其subclass就可以使用。

两类viewcontroller:

  • content view controllers 包含具体内容(包括各种控件)。
  • container view controllers 包含其他viewcontroller。

- 阅读剩余部分 -