Contents

updateProperties()

Configures the view controller’s content and styling properties.

Declaration

func updateProperties()

Mentioned in

Overview

Override this method to configure the view’s content and styling in your view controller 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.

See Also

Observing data in view controllers