Can I adjust the height of the UITableview
's separator line? I add UIView
at the cell to use as separator line and its good, the problem is that when I slide the cell to delete it, the delete button is the problem, its overlapping the separator line, or can I adjust the delete button's height?
If you can't resize the delete button, resize your bottom UIView
so it can overlap the delete button.