How can I change the separator line that appears at the end of each cell in UITableView? I want to have an image that is a thin separator type line image.
Set the separatorStyle of the tableview to UITableViewCellSeparatorStyleNone. Add your separator image as subview to each cell and set the frame properly.
separatorStyle
UITableViewCellSeparatorStyleNone
1.4m articles
1.4m replys
5 comments
57.0k users