Skip to content

Instantly share code, notes, and snippets.

@tanshio
Created October 12, 2015 02:06
Show Gist options
  • Save tanshio/fc98e16ccf308f28246b to your computer and use it in GitHub Desktop.
Save tanshio/fc98e16ccf308f28246b to your computer and use it in GitHub Desktop.
NSURL *url = [NSURL URLWithString:@"URL"];
TOWebViewController *webViewController = [[TOWebViewController alloc] initWithURL:url];
[self.navigationController pushViewController:webViewController animated:YES];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment