How to change RootViewController (in AppDelegate) from within CustomViewController?
问题 Good day, My app has authorization form (SigninController) which is loaded in AppDelegate, and after signing in (checking is in SigninController.m) TabBarController should appear (as main view of application). How can I change controller from Signin to TabBar and where ?? - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { SigninController *aSigninController = [[SigninController alloc] initWithNibName:@"SigninView" bundle:nil]; self