objective c - UITableView background black and empty cells black on iOS 8 -


xcode 7.0b3 ios deployment target 8.0

here's test app made isolate issue.

created uitableviewcontroller in uinavigationcontroller. tap cell, , pushes 1 of table view controllers. table view controller has random number of sections , rows in each section.

on iphone running ios 9, table scrolls correctly... empty cells while. on iphone running ios 8, table has black background. empty rows black instead of white.

in our "real" app, see contents of old uitableview in new uitableview. tried isolate issue see if bug building xcode 7 beta.

does sound bug building beta xcode , using ios 8? or did create bug/doing wrong?

i had same issue in xcode 7 beta 3. temporary workaround set tableview.backgroundcolor = uicolor.whitecolor().

as of xcode 7 beta 4 issue seems fixed.


Comments