Reputation: 4402
UITableView
with custom UITableViewCell
not displaying cell separator while not scrolling. At time of scrolling it displaying separator. I have set cell separator UITableViewCellSeparatorStyleSingleLine
still not displaying. I am checking in simulator. iOS version is 9.3.
Help me to solve this problem.
Upvotes: 1
Views: 82
Reputation: 49710
I think there is not an issue with code. Apple now provide a scaled simulators so you can check the device output 5 different scaled simulator that you change by following. And you also can check the real Device your divider must be appear but for the simulator you need to just change the simulator scale 100% like following.
Upvotes: 3
Reputation: 2379
I think you are not able to see divider because having scaling issue so it will be appears on device and increase the scale so u will able to see .
Upvotes: 2