iOS 5 Black screen after segue

后端 未结 1 921
予麋鹿
予麋鹿 2020-12-03 23:51

I have an iOS 5 application with a storyboard and two scenes. Scene 1 is a selection list while Scene 2 shows details for each selection

In Scene 1 I need to pass a

相关标签:
1条回答
  • 2020-12-04 00:52

    i ran into a situation very similar. i had unintentionally un-commented the method:

    -(void)loadView
    

    i believe this method overrides the IB interface and created it from this code instead. check to make sure it is either removed or commented out IMHO.

    0 讨论(0)
提交回复
热议问题