English 中文(简体)
为什么不叫WillAppear?
原标题:why viewWillAppear is not getting called?

I have 2 nibs, when i am loading one view from the other, the viewWillAppear method of the nib which i am trying to load should get called as far as i know(both view did load and view will appear, view did load will be called only once when nib is loading but view will apper should get called whenever view is getting loaded). But in my project viewWillAppear is not getting called even for once also. what would be the reason for this?

问题回答

您能否张贴一些法典? 我认为,我头顶上的唯一东西是,在IB.中,要说的是:





相关问题
combining flipsideview and navigationview

when i am trying to combine flipsideview and navigation view i am getting following error "request for member delegate is something not in a structure or union" on the line controller.delegate = ...

Lost my nib connection: how to get it back?

I am writing my very first genuine program for the IPhone. In the course of developing it, I decided to rename a subsidiary view controller (not RootViewController), so I renamed the .h and .m and ....

Calling another view from within a view class

i may be making more out of this because of the late hour. i am confused. i have multiple views i call from a viewcontroller class. typically they are called with a uibutton object. say i have two ...

热门标签