I am working with my user interface in Xcode using Storyboard.
I would like to add a table view in the middle of my view controller. My problem is, the table will be shown without any border lines (Just cells separator lines).
Is there anyway to show the border lines?
Thank You.