ViewDidLoad and viewDidUnload are typically called only once during the lifetime of a controller (unless there's a low memory situation). I think what you are looking to use here are the viewDidAppear: and viewDidDisappear: methods.
Thanks a lot, works perfectly! – marsalal1014 Aug 23 at 4:44 Great! You can also use viewWillAppear: instead of viewDidAppear:; this will refresh the table view just before it appears.
– Chaitanya Gupta Aug 23 at 5:02.
Call - (void)viewWillAppear:(BOOL)animated; - (void)viewDidAppear:(BOOL)animated; as you require load table here Yourtablename reloaddata; Hope this helps..
Thanks men! Worked as expected – marsalal1014 Aug 23 at 4:44.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.