2011-11-28 51 views

回答

1

由Petert指出的答案解決了我的問題。

在main.m文件,我能夠分配CustomApplication和CustomAppDelegate這樣:

int retVal = UIApplicationMain(argc, argv, @"CustomApplication", NSStringFromClass([CustomApplicationDelegate class])); 
相關問題