I'm presenting a SFSafariViewController and am attempting to change the color of the navigation bar at the top, and have found resources when the view is presented in a UIViewController; But, I am presenting it in a UICell: e.g
viewController?.present(SFSafariViewController(url: URL(string: "https://apple.com")!), animated: true, completion: nil)
What is the correct way to change the bar tint on the top? This is what I'm referring to:

