SpriteKit: callback when scene is done presenting?

Viewed 356

In SpriteKit, is there a callback when a scene has completed its transition?

It doesn't appear like the SKView presentScene function has a callback.

The alternative is to have the scene manually notify the caller after the scene moves into view, but was hoping there is a cleaner approach with a native callback.

1 Answers
Related