I've got a UIWebView
in the app I'm currently working on. It looks fine on iOS7
but in iOS6
, I'm getting an ugly tint on the in-built inputAccessoryView
when the user gives a textfield focus... Show this screenshot
Is anyone aware of where I can set the tint here? The UIWebView
in Interface Builder
does give me a tint option but it doesn't seem to do anything. Any insight as to how iOS
decides upon the tint color to use here would be interesting too.