UITableViewCell not covering full frame of UITableView in a ContainerView of tvOS

121 Views Asked by At

I have a viewController, in first 75% I am showing an Imageview and in another 25% I have placed a containerView. A containerView have a UITableView with a UITableViewCell. The UITableViewCell(blue background) in a tableview(red background) is not occupying the full width of tableview. Please refer to the attached screenshot.

Also How can we remove spacing between the cells(like iOS UITableView)?

Screenshot showing the 75% covering ImageView, another 25% with ContainView having UItableView

0

There are 0 best solutions below