dfmuir / KINWebBrowser

A web browser module for your iOS apps.
Other
838 stars 167 forks source link

Fixed bug causing web browser with default `barTintColor` and `tintColor` to override navigation bar style #47

Open AnthonyMDev opened 8 years ago

AnthonyMDev commented 8 years ago

This fixes #26

airdrummingfool commented 8 years ago

+1. This also fixes the web browser not respecting app-wide barTintColor for UINavigationBar and UIToolbar set via the UIAppearance protocol:

[[UINavigationBar appearance] setBarTintColor:
[[UIToolbar appearance] setBarTintColor: