[iOS]Start Developing iOS Apps (

2018-08-21  本文已影响0人  chaseli2012

Main Topic


XCode工具描述

9F5C183E8CB48EE3E24E03C854F3D003.png

核心文件基本说明

8DBD58D7B830402462D9708ACBBFD01D.png
* viewDidLoad()—Called when the view controller’s content view (the top of its view hierarchy) is created and loaded from a storyboard. 
* viewWillAppear()—Called just before the view controller’s content view is added to the app’s view hierarchy. 
* viewDidAppear()—Called just after the view controller’s content view has been added to the app’s view hierarchy.
* viewWillDisappear()—Called just before the view controller’s content view is removed from the app’s view hierarchy.
* viewDidDisappear()—Called just after the view controller’s content view has been removed from the app’s view hierarchy.

基本内容

D2022E2A02ED8D08148035A37F8A1643.png
上一篇 下一篇

猜你喜欢

热点阅读