I have a question about UITableView... I have a UITableViewController and I created a custom cell. When I visualize the tableView I see a little white space before the separator line as you can see into this screenshot:
Why? It is a default visualize? Can I change something to remove this white left padding?
Use below code to remove the unwanted padding in UITableView. It works on both IOS 8 & 7
This did the trick for me: