I ran into a very strange problem with Xcode 4.5.
I tried to set the background color for the prototype cell in my storyboard, but in the interface designer the cell color does not change, even when I run it on my device, it does not use the color that I set.
I tried to subclass UITableViewCell and set the background color in all init methods, but it still doesn't work.
PS: Xcode 4.5.1 and iOS 5 or 6, same thing. Since I'm a new developer, I can't remember if he worked on previous versions of Xcode.
dvkch
source share