Preface:
- I'm using
SFSafariViewController
to login to Steam. - I'm trying to customise the
SFSafariViewController
.
What I've got so far:
- I'm developing the app for iOS 10, which allows both
preferredControlTintColor
andpreferredBarTintColor
.
As you can notice the URL/Navigation box (text field) is almost white.
I would like to change this color to the same as the BarTintColor
.
Optional
- When
SFSafariViewController
is presented, there are a few milliseconds before the URL is loaded, during which the background color is white. I would also like to change this to a darker color.