cell.showMoreBlock = ^{
//        @StrongObj(self);
        [UIView performWithoutAnimation:^{
            [tableView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:indexPath,nil] withRowAnimation:UITableViewRowAnimationNone];
        }];
    };

 

 

参考:

https://blog.csdn.net/potato512/article/details/81047441?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-3.essearch_pc_relevant&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-3.essearch_pc_relevant

posted on 2021-08-27 16:54  懂事长qingzZ  阅读(274)  评论(0编辑  收藏  举报