XCode 7: Launch screens may not set custom classnames

后端 未结 4 2107
终归单人心
终归单人心 2020-12-30 19:25

I created a simple application using Xcode 7 Beta 2. The application simply contains class MyAppDelegate, MyViewController, MyMain.storyBoard

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-30 20:28

    This is a simple answer, but something I did and didn't even know it. I think with iOS 7, there is now a main.storyboard and a launchscreen.storyboard. I was unwittingly trying to build my initial functional screen on the launch screen.storyboard. That's a no no.

    Hope this helps and happy coding!

提交回复
热议问题