检索iOS设备标准背景图像

时间:2012-05-13 09:12:04

标签: ios image cocoa-touch

是否可以从应用程序访问Apple的标准背景图像(壁纸)?

2 个答案:

答案 0 :(得分:5)

可以使用一些Apple模式。查看UIColor“系统颜色”文档。以下是您可以使用的一些内容:

groupTableViewBackgroundColor(细条纹)
viewFlipsideBackgroundColor
scrollViewTexturedBackgroundColor(来自通知等的新亚麻质地)
underPageBackgroundColor(在地图中的页面卷边下)

像这样使用:

UIColor *myBackgroundColor = [UIColor scrollViewTexturedBackgroundColor];

See the examples here.

答案 1 :(得分:1)

否你不能并且你必须知道iPhone的沙盒环境,它不允许从iPhone上的任何其他应用程序访问任何资源,除了一些如联系人,电子邮件应用程序等。此外,如果有版权问题,如果你使用相同的图像。 您可以谷歌获取图像:)