Tag Archives: XCode

Use Grouped Table Background Stripes on Any UIView

Add this snippet to your iPhone project to give the background those familiar vertical stripes seen with grouped tables sections. self.view.backgroundColor = [UIColor groupTableViewBackgroundColor];

Posted in Development | Tagged , , | Leave a comment