Reload uiview when pressing tab item inside initialized view
问题 I have a view controller inside a tab bar controller. When I'm "inside" the initialized view I want to be able to press the tab bar item again and redraw the view. My tabbarcontroller is created in the AppDelegate #AppDelegate.m - (void)tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIViewController *)viewController { NSString *titleV = viewController.title; if (titleV == @"Random") { DetailViewController *detailViewController = [[DetailViewController alloc]