ChrisRockC / MyWiki

点-线-面
0 stars 0 forks source link

UITableViewWrapperView #237

Open ChrisRockC opened 6 years ago

ChrisRockC commented 6 years ago

iOS7以后tableView中间也多了一层UITableViewWrapperView,我们平时放的cell都是放到了UITableViewWrapperView上

self.automaticallyAdjustsScrollViewInsets= NO; 这样可以解决UITableViewWrapperView和tableview的 y值不同导致的显示问题