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

Change the properties colors and image of the webview #96

Closed amycheong19 closed 8 years ago

amycheong19 commented 8 years ago

Hi,

I would like to change the "< back" and other icon's image and texts colour, is it possible to do so?

TimOliver commented 8 years ago

Hi there @amycheong19! Sorry for the delay!

Yeah! You should be able to with the buttonTintColor property of the TOWebViewController class. Is that what you were looking for?

TimOliver commented 8 years ago

I THINK we managed to resolve this in the end. Feel free to re-open if otherwise!