tableview刷新局部section
2018-06-05 本文已影响0人
华楠
NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2];
[_tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
做界面交互的时候,很有用
NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2];
[_tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
做界面交互的时候,很有用