iOS-tableView刷新指定行,组

/一个section刷新
NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:];
[tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];
//一个cell刷新
NSIndexPath *indexPath=[NSIndexPath indexPathForRow: inSection:];
[tableView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:indexPath,nil] withRowAnimation:UITableViewRowAnimationNone];
上一篇:js 事件函数中的参数带换行符或换行标签都不能起作用的解决方法


下一篇:DevExpress.XtraGrid.Views 设置指定行的背景颜色 .