- 首先介紹幾新的屬性
參數(shù)1: frame
參數(shù)2: tableView風(fēng)格
- Plain 簡(jiǎn)單的(默認(rèn)的) (分組的時(shí)候常用Plain,分組的時(shí)候在滑動(dòng)過(guò)程中header是會(huì)停靠在tableView的頂部,并且自帶替換(滑動(dòng)頂替)效果)
Grouped 分組的,指的是顯示風(fēng)格腺怯。和tableView是否分組沒(méi)有任何關(guān)系
tableView = UITableView.init(frame: self.view.bounds, style: .Grouped)
設(shè)置行高,這樣設(shè)置行高沒(méi)有針對(duì)性袱饭。一旦設(shè)置那么當(dāng)前tableView中所有的cell的高度都是一樣的
tableView?.rowHeight = 100
設(shè)置footer的最小高度(不想顯示footer就設(shè)置為0)
tableView?.sectionFooterHeight = 0
設(shè)置footer的最小高度(不想顯示footer就設(shè)置為0)
tableView?.sectionHeaderHeight = 40
如果協(xié)議方法中也設(shè)置了footer或者h(yuǎn)eader,那么協(xié)議方法的優(yōu)先級(jí)比屬性的優(yōu)先級(jí)要高