I'm developing a iphone app based UITabBarController,when open the app,on the first tab item, I press a button,to add a label to the view,and I close the app.
Next open,the label which added last time still on the first tab item,I did not save the view in applicationWillTerminate method,why?
And,if I switch to the second tab item,and return the first tab item,the view of first stay as before,is the UIView instance keep alive during the app running time,or what reason?
Thanks.