Detect changes on NSUserDefaults

后端 未结 5 2109
你的背包
你的背包 2020-12-29 23:45

I\'m developing an iOS application with latest SDK.

I want to know when a property on NSUserDefaults changes it value.

I have found this, but it

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-30 00:41

    Here is solution i posted on how to do this in Swift and also get the userInfo:

    How to determine when Settings change on iOS

提交回复
热议问题