D danimal99 macrumors regular Original poster Jul 21, 2008 219 0 Mar 22, 2009 #1 Kind of a newb question, I guess. If you want the pinstriped background in one of your Views, do you have to use a png, or is it a pattern that's built-in? Thanks, Dan
Kind of a newb question, I guess. If you want the pinstriped background in one of your Views, do you have to use a png, or is it a pattern that's built-in? Thanks, Dan
fishkorp macrumors 68030 Apr 10, 2006 2,538 650 Ellicott City, MD Mar 22, 2009 #2 It's the default background for a UITableView in Grouped mode.
dejo Moderator emeritus Sep 2, 2004 15,982 454 The Centennial State Mar 22, 2009 #3 [view setBackgroundColor:[UIColor groupTableViewBackgroundColor]];
D danimal99 macrumors regular Original poster Jul 21, 2008 219 0 Mar 22, 2009 #4 Thanks guys, that works perfectly.