I\'m creating a tableview on tvOS. The UITableViewWrapperView is subview of UITableView and there is a leading and trailing padding between them. H
UITableViewWrapperView
UITableView
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.
Uncheck in "Safe Area Relative Margins" in Size Inspector of UITableView to remove left margin