I am having strange errors in IB for tvOS tableviewcells.
- Since this is my first tvOS project, I don’t know if it is intended or not, but the width of the presentation of the contents of the viewcell table is much smaller than the actual cell.

- When I try to add a subtitle (UILabel, UIButton or UIView), its actual frame and contents are different.

- Finally, when I try to resize any subset inside a UITableViewCell, its frame changes immediately.
Screenrecord1
I am using the latest version of Xcode, version 9.2 (9C40b). Has anyone else experienced this problem before?
source
share