ios UITableview 刷新某一行 或 section

 
//一个section刷新    
NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2];    
[tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAutomatic];    
//一个cell刷新    
NSIndexPath *indexPath=[NSIndexPath indexPathForRow:3 inSection:0];    
[tableView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:indexPath,nil] withRowAnimation:UITableViewRowAnimationNone];  

最新文章

  1. ThreadLocal的理解
  2. GC之详解CMS收集过程和日志分析
  3. AC日记——字符串判等 openjudge 1.7 17
  4. POJ 1840 Eqs 二分+map/hash
  5. 【转】】Android ADB命令大全
  6. Chrome真机调试步骤
  7. 母版页中ContentPlaceHolder 控件的作用
  8. 高质量c c++编程
  9. Chapter 6: The Memory Hierarchy
  10. SPOJ COT Count on a tree(树上主席树 + LCA 求点第k小)题解
  11. leetCode53. 最大子序和
  12. Linux cached过高问题
  13. VM虚拟机扩展硬盘容量
  14. vijos1543(极值问题)解题报告
  15. 《Android进阶之光》--Material Design
  16. Java中多线程访问冲突的解决方式
  17. ArcEngine创建要素类_线类型
  18. (转)Tomcat version 7.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5 and 6 Web mod
  19. 分频器VHDL描述
  20. WiFi无线网络参数 802.11a/b/g/n 详解

热门文章

  1. Windows下静态库、动态库的创建和调用过程
  2. .net之GridView、DataList、DetailsView(一)
  3. Spring整合JMS(消息中间件)
  4. 小图拼接大图MATLAB实现
  5. willMoveToParentViewController和didMoveToParentViewController
  6. 如何使用subversion管理iOS源代码
  7. 爬虫入门【1】urllib.request库用法简介
  8. mysql中的乐观锁和悲观锁
  9. android菜鸟学习笔记23----ContentProvider(三)利用内置ContentProvider监听短信及查看联系人
  10. as2解析json