how to present a navigation controller embedded in a tab bar controller when receiving a push notification
问题 I'm working on a project with a tab bar controller and push notifications, when my app receives a push notifications depending of the alert body it will open a determinate view controller that is embedded in tab bar. I already can present the view controller but i lost the tab bar. For presenting the view controller this is what i do: UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil]; vc5 *ivc = [storyboard instantiateViewControllerWithIdentifier:@"vc5"];