摘要: 官方文档: https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/TheAppLifeCycle/TheAppLifeCycle.html#//apple_re 阅读全文
posted @ 2015-09-29 18:08 Van·Zhang 阅读(752) 评论(0) 推荐(0) 编辑
摘要: NSDate类用于保存时间值,同时提供了一些方法来处理一些基于秒级别时差(Time Interval)运算和日期之间的早晚比较等。 1. NSDate的构造方法和构造获取实例的属性 用于创建NSDate实例的类方法有 + (instancetype)date;//返回当前时间 + (instance 阅读全文
posted @ 2015-09-29 15:49 Van·Zhang 阅读(426) 评论(0) 推荐(0) 编辑