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

Toolbar not hide(Cocoapods version 2.0.14) #52

Closed jxdwinter closed 9 years ago

jxdwinter commented 9 years ago
TOWebViewController *webViewController = [[TOWebViewController alloc] initWithURLString:[@"google.com" stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]];
webViewController.navigationButtonsHidden = YES;
[[UIViewController currentViewController].navigationController pushViewController:webViewController animated:YES];

The toolbar will not hide in Cocoapods version 2.0.14. Download the ZIP and add the files into your project. The github version is OK.

TimOliver commented 9 years ago

Alrighty. I just updated the pods to the GitHub version. Let me know if the problem still persists.