Is there any way to redirect (push or perform segue etc.) to initial view controller aka rootViewController from appdelegate
class? I am using stroryboard
btw.
Any answers are appreciated.
UP. I am not using navigation controller.
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
UIWindow *window = [[[UIApplication sharedApplication] delegate] window];
window.rootViewController = [storyboard instantiateInitialViewController];