TimOliver / TOWebViewController

A view controller class for iOS that allows users to view web pages directly within an app.
http://www.timoliver.com.au/2014/07/27/towebviewcontroller-an-open-source-web-viewer-for-ios/
Other
1.48k stars 211 forks source link

fix: change title string when showPageTitles==NO #75

Closed masawo closed 8 years ago

masawo commented 8 years ago

I set showPageTitles= NO, but the strings of title bar on TOWebViewController changed the strings to "Loading..", and it has not been changed any more.

I fixed this.

TimOliver commented 8 years ago

Oh! Nice find! Thanks!