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?