Merge branch 'bugfix/CXTDT-288702_SafariVCUIUpdates' into 'release/10_0_0'

Removed tint colors for title and tabbar in SFSafariViewController

See merge request BPHV_MIPS/mvm_core_ui!860
This commit is contained in:
Pfeil, Scott Robert 2022-05-27 13:34:11 +00:00
commit a5585d4d29

View File

@ -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];
}