I have a UITableView with 2 static cells:
And I would like to remove the second separator because it is ugly. I found lots of articles abuot that theme but non of them worked on iOS 9. (eg. mySecondCell.separatorInset = UIEdgeSeparatorInsetsMake(0, 0, 0, 999)
EDIT:
Thanks for the footer idea, it worked. I just dropped it in and set the height to 0, and the color to default.