iphone - Refresh tableView \ View -


i have tab bar application , when press on 1 of tabs viewdidload called if moving tab , return previous 1 vewdidload didnt call how can know window load again?

and how can refresh view? example viewtable made logic changes , want refresh new data.

thanks.

the viewdidload method called once. method want viewwillappear, can override one.

to refresh tableview use [tableview reloaddata]


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -