// 设置cell的背景色
UIView *bg = [[[UIView alloc] init] autorelease];
bg.backgroundColor = [UIColor colorWithRed:0.95 green:0.95 blue:0.95 alpha:];
cell.backgroundView = bg;
 // 设置cell选中的背景
UIView *selectdBg = [[[UIView alloc] init] autorelease];
selectdBg.backgroundColor = [UIColor colorWithRed:0.85 green:0.85 blue:0.85 alpha:];
cell.selectedBackgroundView = selectdBg;
 

最新文章

  1. 矢量图绘制工具Svg-edit调整画布的大小
  2. dsoframer 使用笔记
  3. .Net Enum
  4. struts2总结二:第一个简单的struts2程序
  5. arcgis for android 无法加载本地jpg影像解决办法
  6. hdu 3951(博弈规律)
  7. # 36氪开放日 • 杭州 • 11月10日 # 谈谈参会感受
  8. C#_ajax fileupload
  9. python解决汉诺塔问题
  10. Linux命令行编辑快捷键
  11. linux —— ubuntu 初次安装问题
  12. bui上手体验
  13. AngularJS自定义表单验证
  14. spoj 1557 GSS3 - Can you answer these queries III 线段树
  15. php 自动发送邮件的实现
  16. 使用 webpack 打包 font 字体的问题
  17. NOIP 总结
  18. AndroidStudio加快Gradle速度的方法-android study之旅(103)
  19. 【bzoj 4407】于神之怒加强版
  20. Idea下的springboot mysql8.0等报错解决随笔

热门文章

  1. Python 面向对象 —— super 的使用(Python 2.x vs Python 3.x)
  2. Android Studio 解决unspecified on project app resolves to an APK archive which is not supported
  3. javaweb一
  4. pycharm做什么
  5. java接口理解(转载)
  6. 关于cook操作
  7. 2017国家集训队作业[agc006e]Rotate 3x3
  8. VMware Vsphere 6.0安装部署 总体部署架构
  9. BOM 请给javascript一个说法-------Day33
  10. Flex 正則表達式 电话、邮箱验证