I am using UITabelViewController
and static cells in iOS 7.1
. I am seeing desired separator in the storyboard
, but not in the simulator
. This drives me crazy.
Storyboard Screenshot
Simulator Screenshot
I don't want the extra white line before the separator inset
. But I still need the separator just like the way it is showing in Storyboard Screenshot. How to remove that extra white line? Any help would be appreciated.
I set the black color for tableView
background. Still no improvement. Cells are static and are custom cells.