In iOS7 separator of table view do not touch ends of the table/cell ,i.e, the separator don't cover complete length of the table/cell. For this we need to set the separatorInset property of table view. For example if we have a UITableView object named 'table' then in order to make the separator cover complete width of the cell we will write :
0 Comment(s)