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.