如布尔值和整数?谢谢你的帮助!
答案 0 :(得分:3)
是。 NSUserDefaults只是像NSDictionary but with a few more convenience methods一样运作。
请勿忘记在完成后同步您设置的数据。
答案 1 :(得分:1)
当然!以下是NSUserDefaults
的设置函数:
– setBool:forKey:
– setFloat:forKey:
– setInteger:forKey:
– setObject:forKey:
– setDouble:forKey:
– setURL:forKey: