The color to tint the control buttons on the navigation bar and the toolbar.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
Framework
- Safari
Services
Declaration
@property(nonatomic) UIColor *preferredControlTintColor;
Discussion
This color preference is ignored if the view controller is in Private Browsing mode or displaying an antiphishing warning. After the view controller is presented, changes made are not reflected. Use preferred
instead of setting the view’s tint
property.