About viewController's “viewDidLoad” and “viewWillAppear” methods

后端 未结 5 885
轻奢々
轻奢々 2020-12-09 07:02

I\'ve got a question regarding the two mentioned methods, since in my tests I don´t make clear the order they are called. I thought that, firstly, viewDidLoad i

5条回答
  •  庸人自扰
    2020-12-09 07:24

    I ran a trace on when all these calls are made: http://thecodist.com/article/ios_arc_storyboards_and_uiviewcontroller_trace

提交回复
热议问题