Can someone explain whats going on in this piece of code.
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
secondViewController *newView=[storyboard instantiateViewControllerWithIdentifier:@"secondStoryB"];
[self.navigationController pushViewController:newView animated: YES]...