Static TableView Cells not showing in iOS9 until scrolled back into view

When testing my app on

iOS9
, I have some Static TableViewCells that show up completely blank, but show normal in
iOS8
. If I scroll those cells outside of the view and then back, the content magically appears.


This is an

iPhone only
app, so I am using
wCompact hRegular.
Have a feeling it has to do with Size Classes and Autolayout.


Using XCode 7 Beta 5.


Anyone seen this happen?

Similar problem here. UITableViewCell content is not visible. But! Content is there and cell is clicable. Also scrolling outside of the view does not help for me. Works fine with iOS8 and also if i create a new project from Xcode7 😟 Any ideas?

Static TableView Cells not showing in iOS9 until scrolled back into view
 
 
Q