如何显示细条纹背景?

nev*_*ing 11 iphone cocoa-touch background uiview

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

细条纹http://img.skitch.com/20090630-p783xugab8i9c7x2c63t3ped52.jpg

Dav*_*ong 18

myView.backgroundColor = [UIColor groupTableViewBackgroundColor];
Run Code Online (Sandbox Code Playgroud)

只是坚持使用约定,不要应用此背景,除非您使用滚动的表视图,因为此类型的背景对于tableview滚动是符号的.