Upgrade to iPhone 3.0 sdk and now simulator shows blank screen

前端 未结 8 1299
轻奢々
轻奢々 2021-01-13 08:47

I have an iPhone app that uses an UITabBarController, which contains two UINavigationControllers, each of which in turn contains one or more TableViewControllers (actually,

8条回答
  •  执笔经年
    2021-01-13 09:24

    I also have this issue, I coud solved doing the following:

    In Interface builder:

    • File's owner: is your application delegate
    • window: is the application's delegate window outlet

    In XCode: - If you are using 3.0 or upper, comment this code line in your application delegate:

    // window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]

提交回复
热议问题