摘要: 发送通知: UILocalNotification *newNotification = [[UILocalNotification alloc] init]; if (newNotification) {//时区 newNotification.timeZone=[NSTimeZone de... 阅读全文
posted @ 2015-06-15 18:56 牵着蜗牛走的我 阅读(207) 评论(0) 推荐(0)
摘要: NSUserDefaults适合存储轻量级的本地数据,比如要保存一个登陆界面的数据,用户名、密码之类的,个人觉得使用NSUserDefaults是首选。下次再登陆的时候就可以直接从NSUserDefaults里面读取上次登陆的信息咯。因为如果使用自己建立的plist文件什么的,还得自己显示创建文件,... 阅读全文
posted @ 2015-06-15 15:21 牵着蜗牛走的我 阅读(381) 评论(0) 推荐(0)