Pause Sprite Kit scene when home button is pressed

后端 未结 2 1439
北荒
北荒 2021-01-19 10:50

I was wondering how would i pause my sprite kit scene when home button is pressed.

I found few answers here and tried it with notification center like this.

2条回答
  •  鱼传尺愫
    2021-01-19 11:35

    By the time your application has entered the background, it's probably too late.

    Instead, we should register for the UIApplicationWillResignActiveNotification notification and handle our just-before-exit code when we receive this notification.

提交回复
热议问题