with "viewDidLoad" my viewController take much time to appear!
Posted
by dingua
on Stack Overflow
See other posts from Stack Overflow
or by dingua
Published on 2010-06-07T07:18:59Z
Indexed on
2010/06/07
7:22 UTC
Read the original article
Hit count: 229
hi, when i load my viewController i used "viewDidLoad"method to init my view ,but this take much time to make the view appeared .So i had the idea to use "viewDidAppear" method to accelerate the appearance of my view but the load of the informations about my view are now loaded to the memory every time that i push my view (which is normal) or i pop to it(and there is my problem) Have you an idea?
© Stack Overflow or respective owner