Contents

tintColor

The tint color to apply to key elements in the search bar.

Declaration

var tintColor: UIColor! { get set }

Discussion

In iOS v7.0, all subclasses of UIView derive their behavior for tintColor from the base class. See the discussion of tintColor at the UIView level for more information.

See Also

Configuring the search bar