NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2];
[_tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
做界面交互的時候,很有用
NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2];
[_tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
做界面交互的時候,很有用