Possible Duplicate:
How can I get the pinstripe background to show?
I like the background in default iOS apps – the grey background with vertical lines. But I can’t find it in any of the background settings for views.
Is it just an image? Or is there any way to access it to use in my apps?
I believe you’re looking for this:
Further info here:
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIColor_Class/Reference/Reference.html
(see System Colors)
Example usage:
Edit:
Okay, seems Apple have deprecated the use of the above call, as per the UIInterface.h file:
Looks like you’ll have to do as Apple have suggested in their comments above.