Contents

willDisappear()

Tells the interface controller that its view is now offscreen.

Declaration

func willDisappear()

Mentioned in

Discussion

WatchKit calls this method shortly before removing your interface controller’s content from the screen. Use this method to stop animations or perform other interface-related tasks prior to deactivation.

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