摘要: http://blog.csdn.net/Dwarven/article/details/42388711TableView不显示没内容的Cell怎么办?类似这种,我不想让下面那些空的显示.很简单.[objc]view plaincopyself.tableView.tableFooterView=... 阅读全文
posted @ 2015-06-02 22:47 爱生活爱代码 阅读(165) 评论(0) 推荐(0)
摘要: NSString *str=@"1368082020";//时间戳 NSTimeInterval time=[str doubleValue]+28800;//因为时差问题要加8小时 == 28800 sec NSDate *detaildate=[NSDate dateWithTim... 阅读全文
posted @ 2015-06-02 22:44 爱生活爱代码 阅读(211) 评论(0) 推荐(0)