2.2.7 UI Error on iOS 11
klaus01 opened this issue · 5 comments
klaus01 commented
Expected Results
UI display correctly.
Actual Results
WebView.top displays an error in the ViewController of the non-transparent navigation bar.
Steps to Reproduce
UINavigationBar.appearance().isTranslucent = false
let vc = TOWebViewController(urlString: urlString)!
self.navigationController?.pushViewController(vc, animated: true)
Hardware / Software
TOWebViewController 2.2.7
iOS 11
Fix
Bretra commented
its very good
TimOliver commented
Thanks for the thorough issue @klaus01!
I just refactored the code to handle iOS 11 scroll views better. Can you please test it and see if that's fixed it?
Thanks!
ducbm051291 commented
TimOliver commented
Haver you tried it on the version I released yesterday?
TimOliver commented
Since I've removed that offending block of code, I think this should be fixed now.
Please open a new issue with a URL I can test if not. :)