Closed paulshapiro closed 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/"]];
Haha oh! Nicely spotted!
Thanks for that! All fixed now! :)
Hey there,
Thanks for the lib. Looks great and excited to use it. Want to let you know about a minor typo.
should be