Working with TableViews and have a two-parted question:
- I have a TableView where there are only four cells with content. However the TableView continues down with about five or six more, empty, cells. Is there a way of removing these? What this would do, graphically, is remove all the lines below these 4 cells, while everything else stays the same.
Regard the following image, it has 2 populated cells and 7 extra lines below them, I want theses lines removed:

2.The four cells contain buttons. Because of this I want to remove the users ability to click/mark the entire cell. Is there such a “setting”?
Thank you, Tobias Tovedal
I am thinking of 2 ways to accomplish your first Q:
Set up TableView to be grouped and not plain (tableview will have round corners);
Make the separators color to match the background of the cells:
But you will have to manually add a line for each cells you are displaying.