Contents

afterUpdateComplete

A phase that runs at the end of a UI update.

Declaration

class var afterUpdateComplete: UIUpdateActionPhase { get }

Discussion

If there’s time left before completionDeadlineTime, you can use this phase to perform some deferred tasks from more time-critical parts of the UI update.

See Also

Phases