0

enter image description here

I have used this background in older version, after updated to iOS 6.0 I am not able to find anywhere in IB. I stack overflowed and used this

self.view.backgroundColor = [UIColor groupTableViewBackgroundColor];

Still it is giving white color, What should I do now? Do I need to set image for this?

Newbee
  • 3,231
  • 7
  • 42
  • 74

1 Answers1

5

This function groupTableViewBackgroundColor deprecated on iOS 6. Please set color or image in Background mode please see the SO answer

Community
  • 1
  • 1
Deepesh
  • 8,065
  • 3
  • 28
  • 45