UITableViewCell separator not showing up

DexterW picture DexterW · Aug 30, 2010 · Viewed 19.5k times · Source

I made a custom UITableViewCell in IB, but for some reason, despite the single line option for separator being selected, there are no separator lines on my table.

Has this happened to any of you before? What gives?

Thanks!

Answer

LPace picture LPace · Jan 26, 2016

Just a heads up even though this is an old post:

If you are using the simulator and the UITableView separator is not showing up between cells it may be due to the fact that your window scale is too small.

Change this by going to Window->Scale->100%