UITableViewCell Separator disappearing in iOS7

前端 未结 30 738
轮回少年
轮回少年 2020-12-07 08:31

I have some strange issue with UITableView only in iOS 7.

UITableViewCellSeparator disappears above the first row and below the last row. S

30条回答
  •  暖寄归人
    2020-12-07 09:24

    Did you try adding a UIView of height 1 in the header and the footer of the table with light gray background color? Basically it'll mock the first and last separators.

提交回复
热议问题