updateProperties()
Configures the view’s content and styling properties before layout.
Declaration
func updateProperties()Mentioned in
Overview
Override this method to configure content and styling in your view subclass. Don’t call this method directly; instead, call setNeedsUpdateProperties() to schedule an update.
This method supports automatic observation tracking. For more information, see Updating views automatically with observation tracking.