Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request TransitApp#39 from Fogh/master
Browse files Browse the repository at this point in the history
Removed [webViewController release] from README
  • Loading branch information
samvermette committed Feb 19, 2013
2 parents b49aae2 + c6eb3c4 commit 2d7c00f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.textile
Expand Up @@ -29,15 +29,13 @@ Just like any UIViewController, SVWebViewController can be pushed into a UINavig
<pre>
SVWebViewController *webViewController = [[SVWebViewController alloc] initWithAddress:@"http://google.com"];
[self.navigationController pushViewController:webViewController animated:YES];
[webViewController release];
</pre>

It can also be presented modally using @SVModalWebViewController@:

<pre>
SVModalWebViewController *webViewController = [[SVModalWebViewController alloc] initWithAddress:@"http://google.com"];
[self presentModalViewController:webViewController animated:YES];
[webViewController release];
[self presentModalViewController:webViewController animated:YES];
</pre>

h3. Changing the bars tint color
Expand All @@ -62,4 +60,4 @@ Default is @SVWebViewControllerAvailableActionsOpenInSafari | SVWebViewControlle

h2. Credits

SVWebViewController is brought to you by "Sam Vermette":http://samvermette.com and "contributors to the project":https://github.com/samvermette/SVWebViewController/contributors. If you have feature suggestions or bug reports, feel free to help out by sending pull requests or by "creating new issues":https://github.com/samvermette/SVWebViewController/issues/new. If you're using SVWebViewController in your project, attribution would be nice.
SVWebViewController is brought to you by "Sam Vermette":http://samvermette.com and "contributors to the project":https://github.com/samvermette/SVWebViewController/contributors. If you have feature suggestions or bug reports, feel free to help out by sending pull requests or by "creating new issues":https://github.com/samvermette/SVWebViewController/issues/new. If you're using SVWebViewController in your project, attribution would be nice.

0 comments on commit 2d7c00f

Please sign in to comment.