Removed preferredControlTintColor & preferredBarTintColor for SFSafariViewControllers to use default.
This commit is contained in:
parent
7be09184c0
commit
4cf9f61282
@ -125,8 +125,6 @@
|
||||
|
||||
- (void)openURLInSafariWebView:(nonnull NSURL *)url {
|
||||
SFSafariViewController *safariViewController = [[SFSafariViewController alloc] initWithURL:url];
|
||||
safariViewController.preferredBarTintColor = [UIColor whiteColor];
|
||||
safariViewController.preferredControlTintColor = [UIColor blackColor];
|
||||
[[MVMCoreNavigationHandler sharedNavigationHandler] presentViewController:safariViewController animated:YES];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user