REFrostedViewController
REFrostedViewController copied to clipboard
Get current view navigation Controller
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 ?