问题
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.
来源:https://stackoverflow.com/questions/51927237/uitableviewwrapperview-has-a-leading-and-trailing-margin-with-super-view-on-tvos