My tableView goes to the top of the devices screen but I want the category to stop a little below the top of the screen. I’ve snooped around
tableView.\_view
and tried setting
tableView.\_view.\_rows[3].y
where 3 is the category row, when it reached the spot I want it to stop. I also tried a few others but nothing worked.
Is this possible?