Iphone – UITableView Separator line

iphoneuitableview

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.

Best Answer

Set the separatorStyle of the tableview to UITableViewCellSeparatorStyleNone. Add your separator image as subview to each cell and set the frame properly.