How do I customize the tint color in SFSafariViewController?

In the session, it was explained that you can customize the tint color of the toolbar items and done button. But I don't see any API to do it? I also tried customizing the global tint of my app but it didn't affect the SafariViewController.s

Setting the tint color is not supported in seed 1, but it’s coming soon. Note that SFSafariViewController will not inherit your app’s tint color. You’ll need to set the property on the SFSafariViewController’s view prior to presenting it.

Is there an update on this?

Accepted Answer

It works now but it's not overly obvious. You have to set the tintColor property of the SFSafariViewController's view.

How do I customize the tint color in SFSafariViewController?
 
 
Q