All,
I\'m using the Xcode 6 beta to build an iOS8 project using storyboard and swift. In the storyboard, I\'ve created a Table View Controller as my primary view wh
I think I've had this issue. Try making some Auto Layout connections from the label to the Content View of the cell, and from the table view (and its cells) to the containing view, to force the views to be the proper size.
The following worked for me.
Hopefully this works for you.