I am having weird bugs in IB for tvOS tableviewcells.
- 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.
- When I try to add any subview(UILabel, UIButton or UIView) its actual frame and content are different.
- Lastly, when I try to resize any subview inside UITableViewCell, its frame changes immediately.
I use the latest version of Xcode, Version 9.2 (9C40b). Has anyone else experienced this issue before?