摘要:
1.UITableView 去掉分隔线,背景: 去掉分隔线: tableView.separatorStyle=UITableViewCellSeparatorStyleNone; //在syle为UITableViewStylePlain有效,隐藏了分隔线,但在UITableViewStyle为UITableViewStyleGrouped时不起作用. 或者用tableView.separatorColor=UIColor.clearColor; 去掉背景: tableView.backgroundColor = UIColor.clearColor; tableViewCell.backg 阅读全文
posted @ 2013-07-06 12:30
古木木
阅读(540)
评论(0)
推荐(0)

浙公网安备 33010602011771号