01 2016 档案
摘要://搜索框 UIView *searchBarView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, 58)]; searchBarView.backgroundColor = [UIColor whiteColor...
阅读全文
摘要:/**1.今年1> 今天* 1分内: 刚刚* 1分~59分内:xx分钟前* 大于60分钟:xx小时前2> 昨天* 昨天 xx:xx3> 其他* xx-xx xx:xx2.非今年1> xxxx-xx-xx xx:xx*/-(NSString *)createtime{ NSDateFormatter...
阅读全文