NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2];
[_tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
做界面交互的时候,很有用
NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2];
[_tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
做界面交互的时候,很有用
本文标题:tableview刷新局部section
本文链接:https://www.haomeiwen.com/subject/syfpsftx.html
网友评论