UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
secondViewController *newView=[storyboard instantiateViewControllerWithIdentifier:@"secondStoryB"];
[self.navigationController pushViewController:newView animated: YES];
No responses yet.