Tells you when the scene is about to be removed from a view.
SDKs
- iOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Sprite
Kit
Declaration
func willMove(from view: SKView)
Parameters
view
The view that is presenting the scene.
Discussion
This method is intended to be overridden in a subclass. You can use this method to implement any custom behavior for your scene when it is about to be removed from the view.