You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please try to change the NavigationBar title text color from black to white with the following code
let colorAttributes = [NSAttributedString.Key.foregroundColor: UIColor.white]
you will see that nothing happens in the device selection controller, I suppose that the framework set the title color to override the appearance. Tested on iPhone with iOS 15.2.1.
The text was updated successfully, but these errors were encountered:
Please try to change the NavigationBar title text color from black to white with the following code
you will see that nothing happens in the device selection controller, I suppose that the framework set the title color to override the appearance. Tested on iPhone with iOS 15.2.1.
The text was updated successfully, but these errors were encountered: