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

How to Change View from applicationDidBecomeActive? #103

Closed Rosenkreuz closed 10 years ago

Rosenkreuz commented 10 years ago
- (void)applicationDidBecomeActive:(UIApplication *)application
{
    // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
    // I wanna View Change here!
}
romaonthego commented 10 years ago

frostedViewController.contentViewController = .... and frostedViewController.menuViewController = ....