开发者

Is there anything like viewDidLoad for the loading of the app's main xib?

开发者 https://www.devze.com 2022-12-17 00:14 出处:网络
As in the one defined with \"Main nib file base name\" in the app\'s Info.plist. Should I just use applicationDidFin开发者_如何学JAVAishLaunching?Yes, applicationDidFinishLaunching: gets called after

As in the one defined with "Main nib file base name" in the app's Info.plist. Should I just use applicationDidFin开发者_如何学JAVAishLaunching?


Yes, applicationDidFinishLaunching: gets called after the main nib has been loaded.

Also, according to the documentation (for iPhone OS 3.0):

It is recommended that you implement application:didFinishLaunchingWithOptions: instead of this method. See the class description for the differences in calling sequences between the two methods.

0

精彩评论

暂无评论...
验证码 换一张
取 消