如何設置UITableView分組

  1. storyboard 裏邊勾選分組grouped。spa

  2. UITableViewController 類裏邊寫以下代碼。3d

    - (instancetype)initWithStyle:(UITableViewStyle)style {orm

        self = [super initWithStyle:UITableViewStyleGrouped];it

        return self;table

    }margin

3. 在view裏邊添加自定義的tableViewtop

   

    self.tableView = [[UITableView alloc]initWithFrame:[UIScreen mainScreen].bounds style:UITableViewStyleGrouped];tab

相關文章
相關標籤/搜索