Reputation: 154
I am trying to delete a single separator in a tableView. I have annotated the screenshot below to show this. I am wanting to delete the first cells top separator. My top text & search bar is in the tableView's header. How would I achieve this?
Upvotes: 1
Views: 126
Reputation: 84
Add a separator view (UIView) as part of your Custom cell. From the nib make the separator for UITableView to none.
Upvotes: 0