1. 代码块
-(void)refreshListCell:(CandidateListCell *)cell
{
NSIndexPath * indexPath = [self.tableView indexPathForCell:cell];
if (indexPath == nil) {
return;
}
[self.tableView beginUpdates];
[self.tableView reloadRowsAtIndexPaths:@[indexPath]
withRowAnimation:UITableViewRowAnimationFade];
[self.tableView endUpdates];
}
2. 链接
3. 图片
4. 文字处理
我是删除线! 我是删除线! 我是删除线
我是高亮!我是高亮!我是高亮!
网友评论