I want touch the UIBarButtonItem in the top right, and push a new viewController. So, the code is:
UIBarButtonItem
UIBarButtonItem *addButton = [[UIBarButtonItem a
UIStoryboard *sb = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil]; UIViewController *vc = [sb instantiateViewControllerWithIdentifier:@"chosenCountry"]; [self.navigationController pushViewController:vc animated:YES];