摘要: 参考:https://blog.csdn.net/lg_sun/article/details/78913064 -(NSString *)getTimeToken{ NSDateFormatter *dateformatter = [NSDateFormatter new]; dateformatter.dateFormat = @"yyyy-MM-dd HH:mm:ss";... 阅读全文
posted @ 2018-04-17 10:12 liuw_flexi 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 某个cell发生数据变化,实时刷新,把变化的cell的indexPath作为参数: 比如微信的朋友圈点赞和评论 [weakSelf.tableView reloadRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationNone]; leftCapWidth和topCapHeight不变,其他部分等比拉伸:比... 阅读全文
posted @ 2018-04-17 09:24 liuw_flexi 阅读(187) 评论(0) 推荐(0) 编辑