Closed jxdwinter closed 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.
Alrighty. I just updated the pods to the GitHub version. Let me know if the problem still persists.
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.