Contents

presentationAnimationDidFinish()

Tells the compose view controller that the presentation animation is finished.

Declaration

func presentationAnimationDidFinish()

Discussion

Implement this method to avoid performing lengthy work during initialization or the iOS view controller methods viewWillAppear(_:) and viewDidAppear(_:).

See Also

Responding to Lifecycle Events