Contents

didAppear()

Tells the interface controller that its view is now onscreen.

Declaration

func didAppear()

Mentioned in

Discussion

WatchKit calls this method shortly after the interface controller’s contents appear onscreen. Use this method to configure animations or other interface-related tasks.

The system calls this method on your WatchKit extension’s main thread. The super implementation of this method does nothing.

See Also

Responding to activation and appearance events