UITableView刷新单个cell或者单个Section
摘要:
//一个section刷新 NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2]; [tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAut... 阅读全文
posted @ 2014-11-05 17:38 三十一 阅读(491) 评论(1) 推荐(0) 编辑