I have added a UITable view as a component of a UIView in an iPad app. However, by default it does not have a border. So the cells with white backgrounds blend into the view's white background.
How do you add a 1px border to the table?
I haven't found a way to do this programatically or through IB.