UITableViewWrapperView has a leading and trailing

2019-02-19 19:36发布

问题:

I'm creating a tableview on tvOS. The UITableViewWrapperView is subview of UITableView and there is a leading and trailing padding between them. How can I remove these paddings? Thanks?

回答1:

tvOS table views have a lot of weird quirks. I haven't been able to find a clean solution to this for awhile. For now I've been adding negative constraints to the table view cells.



标签: ios swift tvos