views:

160

answers:

1

I need to set the same gray stripped background to another view. Can anyone help me on this one?

Thanks, Leonardo

+3  A: 

It's very easy :)

[self.view setBackgroundColor:[UIColor groupTableViewBackgroundColor]];
Jasarien
Minor correction should be setBackgroundColor but it worked great!! Thanks!
Homer1980ar
Ah yes, damn my Britishness...
Jasarien
Someone should create a header file of British #define macros :P
Nimrod