IB displays tvOS tableviewcells with strange frames

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.

enter image description here

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

enter image description here

  1. 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?

+4
source share

Source: https://habr.com/ru/post/1694523/


All Articles