W
Size: a a a
W
AS
AS
A
A
tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
let headerCell = tableView.dequeueReusableCell(withIdentifier: "Cell") as! HeaderViewCell
switch (section) {
case 0:
headerCell.nameLabel.text = "Профиль"
default:
headerCell.nameLabel.text = "Другое"
}
return headerCell
}AS
АГ
Т
Т
АГ
Д
АГ
Т
АГ
Т