After updating to Xcode 6.1 beta 2 when I run my app that contains tableview cells, the debug assistant says:
Warning once only: Detected a case where constr
In the storyboard set the cell Row height field with the same value as Row height in tableView (both with the same value worked for me).
cell
Row height
tableView
If you add heightForRowAtIndexPath function to your code it may induce a performance issue because it will be called for each cell so be careful.
heightForRowAtIndexPath