TOWebViewController icon indicating copy to clipboard operation
TOWebViewController copied to clipboard

Tips: How to hide system back button

Open smoothdvd opened this issue 9 years ago • 1 comments

I use code:

- (void)viewDidLayoutSubviews {
    self.navigationItem.leftItemsSupplementBackButton = NO;
}

smoothdvd avatar Sep 22 '16 02:09 smoothdvd

Thanks for that! Feel free to add a PR to make that an actual API if you'd like! :)

TimOliver avatar Jul 31 '17 17:07 TimOliver