Dav*_*vid 3 iphone nsuserdefaults ios
我创建了我的应用程序设置Settings.bundle.我进入Settings App并更新了一个值.当我重新启动我的应用程序(在后台)时,如何检查更新的设置Settings App.
我尝试了以下但我仍然得到了旧的价值.有什么建议?
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(checkAutoUpdateSettingsForNotificaiton:) name:UIApplicationDidBecomeActiveNotification object:nil];
- (void)checkAutoUpdateSettingsForNotificaiton:(NSNotification *)aNotification
{
NSNumber *period = [[[NSUserDefaults standardUserDefaults] objectForKey:@"periodID"] retain];
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1144 次 |
| 最近记录: |