Prototype Cell Background Ignored on iPad

Originator:geoffrey.wiseman
Number:rdar://23253263 Date Originated:26-Oct-2015 01:55 AM
Status:Open Resolved:
Product:iOS SDK Product Version:iOS 9.1
Classification:UI / Usability Reproducible:Always
 
Summary:
Background color from prototype cell is being displayed on the iPhone but not displayed on the iPad.

Steps to Reproduce:
If I make a prototype UITableViewCell in a storyboard and give it a black background, and then run the same app on iPhone and iPad, I see a black background on the iPhone and a white background on the iPad.

If in tableView:cellForRowAtIndexPath: I set the background this way:
cell.backgroundColor = cell.backgroundColor

It magically fixes itself.

Expected Results:
iPad and iPhone to show the same cell background color.

Actual Results:
iPhone respects cell background, iPad shows white instead.

Version:
iOS 9.1 (13B143) on both devices.

Configuration:
iPhone 5S; iPad Air (1)

Comments

This is marked as a duplicate on Radar, but the issue it duplicates is open.

By geoffrey.wiseman at May 31, 2016, 1:30 p.m. (reply...)

Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!