Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是设置捆绑编程的新手。我有一个应用程序,其中一些距离值默认设置为英里。运行应用程序后,在设置中显示里程。
现在,如果我进入 iPhone 中的设置并将值更改为公里,我需要在我的应用程序中获取公里。但是在仅启动应用程序两次时,我将其视为公里。
我正在调用 applicationenterforeground 方法来获取新的更改设置。
如何在我的应用程序的设置中获取更改的值?我正在使用 NSUserDefaults。
请帮我。