I am trying to do this with the following line:
tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
and it works! on the simulator .. strange when I run the application on the iPhone (3Gs), they reappear.
Any ideas why this could be happening?
(Also the labels and images of my custom cells are displayed in the wrong positions, maybe the same problem)
There is absolutely no difference between the simulator and the device code (this is the same code that compiles).
source share