romaonthego / REFrostedViewController

iOS 7/8 style blurred view controller that appears on top of your view controller.
MIT License
2.96k stars 494 forks source link

Get current view navigation Controller #138

Open chlebta opened 9 years ago

chlebta commented 9 years ago

Hello, I'm trying to get the navigationController of current view but it's always nil I tried this way :

UINavigationController *navigationController = self.frostedViewController.contentViewController.tabBarController;

                [navigationController pushViewController:userProfile animated:YES];

How to love this issue ?