如何显示细条纹背景?

时间:2009-06-30 08:33:50

标签: iphone cocoa-touch uiview background

我想使用设置应用中显示的细条纹背景和桌面视图后面的许多其他iPhone应用。是否已经包含在某些图形库中?如何让它显示在UIView或UITableView中?

Pinstripe http://img.skitch.com/20090630-p783xugab8i9c7x2c63t3ped52.jpg

3 个答案:

答案 0 :(得分:18)

myView.backgroundColor = [UIColor groupTableViewBackgroundColor];

虽然坚持使用约定,但是不要应用此背景,除非您使用滚动的tableviews,因为此类背景对于tableview滚动是符号的。

答案 1 :(得分:2)

您只需在表格视图中使用“分组”样式。

答案 2 :(得分:1)

从iOS 6.0开始,这不再适用了。