I\'d like to have a tableview border styled like this one,only the left side is colored.
Any ideas?
A simple way would be to add a UIImageView to your cells that has a small width and the same height with the cell (example). Another approach would be to use an image as a background for each cell, and add this border in the actual graphic that you will use (example). And if you want to make it in a layer level, a good start is this example. I hope that helps!