TOWebViewController
TOWebViewController copied to clipboard
Tips: How to hide system back button
I use code:
- (void)viewDidLayoutSubviews {
self.navigationItem.leftItemsSupplementBackButton = NO;
}
Thanks for that! Feel free to add a PR to make that an actual API if you'd like! :)