摘要:
TableView的设置1.设置table头部和底部的view// 底部(宽度固定是320)tableView.tableFooterView = footer;// 头部(宽度固定是320)tableView.tableHeaderView = header;2.设置每一组头部和底部的高度tableView.sectionHeaderHeight = 5;tableView.sectionFooterHeight = 0;3.设置tableView的背景// 当tableview的样式为group时,如果想更换背景,必须清除默认条纹状的backgroundView// backgroundV 阅读全文
posted @ 2013-11-24 21:38
林源
阅读(361)
评论(0)
推荐(0)

浙公网安备 33010602011771号