如何在没有 NSNotificationCenter 的情况下跟踪来自场景 SpriteKit 的数据

how to track the data from the scene SpriteKit without NSNotificationCenter

我需要跟踪 SpriteKit 场景中的数据。我在 NSNotificationCenter 的帮助下成功了。它对我有用。

有证据表明我必须撤离现场。并将它们放在Label中,我确实使用NSNotificationCenter更改了数据捕获,但有人告诉我你不能这样做。也就是说,我是通过使用 NSNotificationCenterNSUserDefaults 来实现的,但我需要以不同的方式实现。

不知道怎么办?

我在 NSUserDefaults

的帮助下完成的