Contents

sceneDidLoad()

Tells you when the scene is presented.

Declaration

func sceneDidLoad()

Mentioned in

Discussion

This method is intended to be overridden in a subclass. It is the preferred location to peform custom setup after the scene has been initialized or decoded.

See Also

Responding to Loading and Resizing Events