'Unrecognized selector sent to instance'

前端 未结 1 517
予麋鹿
予麋鹿 2020-12-22 10:11

I am receiving the following Error

[UIViewController setThisViewData:]: unrecognized selector sent to instance 0x71800b0
2012-10-24 16:06:05.071 Movie Renta         


        
1条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-22 10:44

    Looks like you haven't set the class for the UIViewController in interface builder so instead of getting a contactInfoViewController you are getting a UIViewController.

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