How can refresh UIView in UITabBarController?
- by Kazu
Hi, I'm stack on refreshing view in TabBar. The UIView is read only first time I pressed the TabButton and does not "viewDidLoad" next time. I want to refresh UITableView every time I pressed the button.
Thank you!