Contents

tintColorDidChange()

Called by the system when the tint color property changes.

Declaration

func tintColorDidChange()

Discussion

The system calls this method on a view when your code changes the value of the tintColor property on that view. In addition, the system calls this method on a subview that inherits a changed interaction tint color.

In your implementation, refresh the view rendering as needed.

See Also

Related Documentation

Drawing and updating the view