iphone - Running method everytime I push the ViewController -
what init metod called everytime viewcontroller pushed window?
-viewdidload
, -initwithnibname
work 1st time view started. want startup checking in vc everytime start it.
does such method exist? or have declare somehow manually?
try view controller's viewwillappear:
method (if want setup 1 specific controller).
Comments
Post a Comment