tableview刷新局部section

2018-06-05  本文已影响0人  华楠
NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2];
    [_tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];

做界面交互的时候,很有用

上一篇 下一篇

猜你喜欢

热点阅读