Possible Duplicate:
is groupTableViewBackgroundColor deprecated on iOS 6?
I am getting this warning on my storyboard in iOS 6. I would hover to see the replacement method, but since I’m viewing the storyboard it shows me nothing. How can I easily set the background color? Seems like I should be able to do this from the Interface Builder.
Open your storyboard, check all views in the Attributes Inspector and change all views with Grouped Table View background color to any other color, I changed mine to white and all warnings went away.