I have a UITableViewController where the user taps an ‘Edit’ button (already in the tableHeaderView) and once they’re in editing mode, the tableFooterView with a ‘Delete’ button.
My issue is that the footer scrolls with the table. Is there any way I can make the position fixed (or possibly a different way of doing this)?
Create two
UIViews, and put theUITableViewin the upper one: