UIViewController -viewDidLoad not being called

前端 未结 10 2142
感动是毒
感动是毒 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:48

    Another reason, somewhat obvious in retrospect: if viewController.view is set in code, then the viewDidLoad event will not trigger.

提交回复
热议问题