如何在ios应用程序中检索iphone壁纸?

时间:2013-11-08 14:05:34

标签: ios iphone uiimageview wallpaper

我是iOS新手。 我计划在UIView中显示安装了应用程序的iPhone上设置的壁纸图像。 怎么做?

这是我到目前为止的代码:

[self.view setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"example.png"]]];

而不是example.png我想以编程方式获取壁纸中设置的imageview的名称。

2 个答案:

答案 0 :(得分:2)

这是不可能的。由于隐私问题,此功能不适用于第三方开发人员。

答案 1 :(得分:2)

您不能,因为您的应用是沙箱,您无法访问应用沙箱的文件。由于Apple不提供任何API来访问后台,因此无法访问它。