TimOliver/TOWebViewController

Toolbar not hide(Cocoapods version 2.0.14)

jxdwinter opened this issue · 1 comments

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.