UITableView backgroundColor property doesn't work with UIAppearance in iOS 8

Originator:chare
Number:rdar://18537175 Date Originated:3/10/2014
Status:Open Resolved:
Product:iOS SDK Product Version:iOS 8
Classification: Reproducible:Yep
 
Setting a UITableView backgroundColor property through the UIAppearance proxy has no result.

Steps to Reproduce:
1) Create a new project
2) Add a UITableView in a view controller
3) Go to application:didFinishLaunchingWithOptions: method
4) Write the following line before "return YES": [UITableView appearance].backgroundColor = [UIColor darkGrayColor];
5) Run the app on iOS 8

Comments


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!