4

I am having weird bugs in IB for tvOS tableviewcells.

  1. Since this is my first tvOS project, I don't know if it is intended or not but tableviewcell's content view's width is notably smaller than actual cell.

enter image description here

  1. When I try to add any subview(UILabel, UIButton or UIView) its actual frame and content are different.

enter image description here

  1. Lastly, when I try to resize any subview inside UITableViewCell, its frame changes immediately.

Screenrecord1

I use the latest version of Xcode, Version 9.2 (9C40b). Has anyone else experienced this issue before?

  • Have noticed this also. A work around is to create your `UITableViewCell` layout in an `xib` and register it when your `UITableView` initializes. – Daniel Storm Mar 09 '18 at 21:15

0 Answers0