iOS开发—UITableView刷新 屏幕跳动

 

    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

上一篇:动态配置图片背景


下一篇:《进大厂系列》系列-ConcurrentHashMap & HashTable