阅读苹果官方文档,感觉里边提供的图片展示非常好,在接下来的一系列文档里,将摘录阅读文档里的图片,希望可以更好的理解iOS。
View Controller Basis
1、

2、A window with its target screen and content views

3、Classes in the view system

4、A view controller attached to a window automatically adds its view as a subview of the window

5、Distinct views managed by separate view controllers

6、View controller classes in UIKit

7、Managing tabular data

8、 Navigating hierarchical data

9、Different modes of the Clock app

10、A master-detail interface in portrait and landscape modes

11、Presenting a view controller

12、Parent-child relationships

13、Sibling relationships in a navigation controller

14、Modal presentation by a content view

15、The actual presentation is performed by the root view controller.

16、Communication between source and destination view controllers

17、 A storyboard diagram in Interface Builder

本文通过阅读苹果官方文档,深入理解了iOS开发中ViewController的基础概念,包括窗口、视图控制器、视图管理等,并详细阐述了不同模式下Clock应用的界面呈现方式。

1800

被折叠的 条评论
为什么被折叠?



