i would like to add last section of UiTableviewcontroller with image button.
In my app i have taken TableViewController.
In that i set table view style as grouped data. I have created section in table view.
Now i want to put Custom button in the last section of table view which scroll with the table
view .
How to set last section with custom button image?
You can have a button on the bottom of a table view by several ways. You can add the button as the footer view of the table (or as the footer view of the last section of the table view).
If you really want to have it in a section, you can add the last section with just 1 row and add the button as the subview of the cell’s contentView.