79086232

Date: 2024-10-14 12:58:05
Score: 0.5
Natty:
Report link

If you have created your TableView programmatically you can make it grouped in the initialser itself. So the section header won't be sticky.

let tableView = UITableView(frame: .zero, style: .grouped)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Anees