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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -