UITableView的分組

關於tableView的分組有2種:spa

  1. 在sb中直接勾選style爲Grouped;3d

  2. 建立tableView的時候,[UITableView alloc]initWithFrame:<#(CGRect)#> style:UITableViewStyleGrouped];orm

  1. 提示,tableView一旦建立就沒法修改style了。it


設置tableView的背景顏色。table

  1.  分組的tableView自動帶有灰色。margin

  2. 設置tableView的背景顏色。top

    tableView.backgroundColor = [UIColor colorWithRed:221/255.0 green:221/255.0 blue:221/255.0 alpha:1.0];tab

相關文章
相關標籤/搜索