Closed maimake closed 8 years ago
Hi @maimake! Sorry for the delay!
Um, I'm a bit confused. Are you saying your page is already loaded before the view has appeared and this is upsetting the ordering?
I'll see about moving the [self showPlaceholderTitle];
to an earlier point in the view controller's life cycle!
I pushed a new version that moved the default page title to viewDidLoad
. This should fix that issue! :)
I push a view controller from TOWebViewController, and then pop to TOWebViewController, the title becomes "Loading...", actually, the web view is completed!