[treeTableView setAutoresizingMask:UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleHeight];

[treeTableView setBackgroundColor:[UIColor blueColor] /*#fff9f4*/];

[treeTableView setSeparatorStyle:UITableViewCellSeparatorStyleSingleLine];

[treeTableView setRowHeight:45.0f];

treeTableView.backgroundView = [[UIView alloc] init];

treeTableView.backgroundColor = [UIColor clearColor];

[self.view addSubview:treeTableView];

最新文章

  1. Idea中包内中的置文件如何发布到编译后的目录中去
  2. $.inArray()
  3. mvc3 上传图片
  4. 国产神通数据库操作备忘(Linux)
  5. 车牌识别LPR系统系列文章汇总
  6. I P 127.X.X.X 和 0.0.0.0
  7. MVC-处理时间格式
  8. Android开发技术周报
  9. leetcode 717. 1-bit and 2-bit Characters -easy
  10. 处理soapUI特殊返回报文 【原】
  11. AI之旅(3):升维与最小二乘法
  12. 运行 python *.py 文件出错,如:python a.py
  13. LodopJS文档式模版的加载和赋值
  14. [转]python3之日期和时间
  15. ubuntu 网络配置
  16. SimpleDateFormat的parse(String str)方法的用法
  17. SQL Server 向数据库中创建表并添加数据
  18. [BUG] python实例化N次类,调用类函数log会输出N遍的bug 解决办法
  19. 开源整理:Android App新手指引开源控件
  20. Prolog学习:用八卦的精神走进Prolog

热门文章

  1. Go -- 升级go版本
  2. JAVA常见算法题(十一)
  3. awk使用记录
  4. js获取屏幕高度/浏览器高度
  5. odoo分析会计
  6. 微信java开发之实现微信主动推送消息
  7. sqlserver 中EXEC和sp_executesql使用介绍
  8. mongoDB DOS窗口显示中文
  9. ios7中的edgesForExtendedLayout
  10. IIS5.1、IIS6.0、IIS7.5中安装配置MVC 3