Skip to content

Instantly share code, notes, and snippets.

@barisatamer
Last active April 16, 2017 01:19
Show Gist options
  • Select an option

  • Save barisatamer/33c807577837293111aa to your computer and use it in GitHub Desktop.

Select an option

Save barisatamer/33c807577837293111aa to your computer and use it in GitHub Desktop.
ios show UIViewController
<#class_name#>ViewController *pVc = [[<#class_name#>ViewController alloc] init];
[self.navigationController pushViewController:pVc animated:YES];
<#class_name#>ViewController *pVc = [[<#class_name#>ViewController alloc] init];
[self presentViewController:pVc animated:YES completion:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment