2010-04-28 82 views

回答

3

如果使用普通的風格,那麼:
要刪除行:tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
爲了使細胞的內容查看去透明:set backgroundColor = [UIColor clearColor]在任何你可以設置(的tableView,細胞,cell.contentView)。

相關問題