TimOliver / TOWebViewController

A view controller class for iOS that allows users to view web pages directly within an app.
http://www.timoliver.com.au/2014/07/27/towebviewcontroller-an-open-source-web-viewer-for-ios/
Other
1.48k stars 211 forks source link

Typo in readme #76

Closed paulshapiro closed 8 years ago

paulshapiro commented 8 years ago

Hey there,

Thanks for the lib. Looks great and excited to use it. Want to let you know about a minor typo.

TOWebViewController *webViewController = [[TOWebViewController alloc] initWithURL:[NSURL URLWithString:@"http://www.apple.com/"];

should be

TOWebViewController *webViewController = [[TOWebViewController alloc] initWithURL:[NSURL URLWithString:@"http://www.apple.com/"]];
TimOliver commented 8 years ago

Haha oh! Nicely spotted!

Thanks for that! All fixed now! :)