add acknowledgements header
This commit is contained in:
parent
cbca865c0b
commit
e204ac1f9c
1 changed files with 9 additions and 0 deletions
|
|
@ -38,5 +38,14 @@ class AboutTableViewController: BasicStaticTableViewController {
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
|
||||||
|
if section == 1 {
|
||||||
|
let view = UITableViewHeaderFooterView()
|
||||||
|
view.textLabel?.text = "Acknowledgements"
|
||||||
|
return view
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue