美文网首页
cell刷新闪烁

cell刷新闪烁

作者: 码农进城 | 来源:发表于2018-01-05 10:46 被阅读0次

    [UIView performWithoutAnimation:^{

            NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:0];

            [self.tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];

        }];

    相关文章

      网友评论

          本文标题:cell刷新闪烁

          本文链接:https://www.haomeiwen.com/subject/oqmjnxtx.html