IOS SWIFT 啓動流程學習

其實和咱們java、c同樣經過一個main函數做爲入口。html

main封裝在了UIApplicationMain裏面。因此後者變成啓動入口。java

他會掃描Info.plist,找到須要加載的入口storyboard,例如Main.storyboard,讀取裏面的UIViewController。而後就啓動起來了函數

 

可是代碼看,只有:spa

 

@UIApplicationMainhtm

class AppDelegate: UIResponder, UIApplicationDelegate {blog

 

隱藏的很深。get

 

參考資料:io

// http://course.gdou.com/blog/Blog.pzs/archive/2012/2/5/10929.htmlclass

// 如何實例化這個controllerstoryboard

// 由於Main.storyboard定義了

// info.plist定義了入口storyboard

// UIApplicationMain則會掃描info.plist

 

// http://www.makaidong.com/%E5%8D%9A%E5%AE%A2%E5%9B%AD%E6%9C%89/27693.shtml

// 如何找到info.plist

// 簡單的說,約定寫死的

相關文章
相關標籤/搜索