UITableView line seperator visible for alternative cells in iOS 9

后端 未结 1 1436
难免孤独
难免孤独 2021-01-21 11:09

I am facing issue for UITableView line separator. Line is visible for alternative rows.

Adding UIView with height 1 to the cell will give the solution but this is not

相关标签:
1条回答
  • 2021-01-21 11:42

    Common problems with the simulator, which can't always display 1 pixel views. Set scale to 100% in Window->Scale.

    0 讨论(0)
提交回复
热议问题