开发者

How do I access NSUserDefaults from several different views?

开发者 https://www.devze.com 2023-02-16 18:39 出处:网络
If we are using NSUserDefaults to store a data, is it possible 开发者_JAVA百科to access this data from a different view of the same project?You can access the same NSUserDefaults instance from anywher

If we are using NSUserDefaults to store a data, is it possible 开发者_JAVA百科to access this data from a different view of the same project?


You can access the same NSUserDefaults instance from anywhere in your code. Use

[NSUserDefaults standardUserDefaults];

to access it anywhere within your application.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号