我開始學習objective-c和ios編程。我有兩個名爲MainViewController和GameViewController的視圖控制器,在我的項目中也有兩個xib文件。我將xib文件與ViewController連接起來。完全下面是我的文件:確定哪個UIViewController先運行
視圖控制器,
AppDelegate.h
AppDelegate.m
MainViewController.h
MainViewController.m
GameViewController.h
GameViewController.m
和xibs,
Main.xib
Game.xib
我選擇Main.xib在主界面項目options.I'm試圖理解下面的問題,當我運行這個應用程序第一main.m runs.Thats好吧。
之後,AppDelegate類是否運行?xcode如何確定哪個View Controller首先運行?
當我運行這個項目時,只有黑屏。任何人都可以幫助我瞭解ios應用程序的運行順序嗎?
無關的Xcode的。 – 2012-12-22 22:44:28