Tag Archives: UIView
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];