I have problem I\'ve been sitting with. I have a UIViewController List and a UIViewController Login. On Login I have a button \"Done\", al
List
Login
sharedLogin = [[self alloc] init];
try this
sharedLogin = [self.storyboard instantiateViewControllerWithIdentifier:@"xxxx"];
you must set IdentifierName in storyboard LoginViewController