UIViewController -viewDidLoad not being called

前端 未结 10 2134
感动是毒
感动是毒 2020-12-09 07:52

Being new to Cocoa, I\'m having a few issues with Interface Builder, UIViewController and friends.

I have a UIViewController s

10条回答
  •  [愿得一人]
    2020-12-09 08:39

    It looks like a capitalization problem to me. You're referencing the class MyViewController instead of the property myViewController in the call to pushViewController.

提交回复
热议问题