I have a custom separator style (fairly simple):
[[UITableView appearance] setSeparatorColor:SOMECOLOR];
Now I want to have my tableview finish with a separator. Currently separators only appear between two cells, but I want to have a separator at the end.
see here:

any ideas how this could be done?
I understand it you want a separator at the end as well? You can add a footer view to achieve this effect.