romaonthego / REFrostedViewController

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

MenuView not showing after modal segue to different NavigationController. #112

Open Gladiator42 opened 9 years ago

Gladiator42 commented 9 years ago

The presentMenuViewController method gets called fine. However, my menuView controller does not show even after I set self.frostedViewController.contentViewController = "New contentController"/NavigationController. Any work around for this?