摘要: 原始地址:http://www.2cto.com/kf/201311/255644.html参考地址:http://blog.sina.com.cn/s/blog_8a6c97b5010162f0.htmliphone应用之间调用步骤: 1)在plist文件中,注册对外接口 在xcode grou... 阅读全文
posted @ 2014-04-24 17:07 犹大之欲 阅读(226) 评论(0) 推荐(0)
摘要: 1. 当前时间1 NSDate * now = [NSDate date];2. 根据已有时间创建新时间1 NSDate * tomorrow = [NSDate dateWithTimeInterval:60*60*24 sinceDate:now];2 NSDate * date1 = [NSD... 阅读全文
posted @ 2014-04-24 16:46 犹大之欲 阅读(348) 评论(0) 推荐(0)