UITableViewCell Separator disappearing in iOS7

前端 未结 30 728
轮回少年
轮回少年 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:23

    I also ran into this problem in our project. My table view had a tableFooterView which could make this happen. I found the separator below the last row would appear if I removed that tableFooterView.

提交回复
热议问题