GGGrumpy GarethSep 4, 2017
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]...
Join discussion