我是 iOS 新手。我计划在 UIView 中显示在安装了应用程序的 iPhone 上设置的壁纸图像。这个怎么做?
这是我到目前为止的代码:
[self.view setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"example.png"]]];
而不是 example.png 我想以编程方式获取壁纸中设置的图像视图的名称。
我是 iOS 新手。我计划在 UIView 中显示在安装了应用程序的 iPhone 上设置的壁纸图像。这个怎么做?
这是我到目前为止的代码:
[self.view setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"example.png"]]];
而不是 example.png 我想以编程方式获取壁纸中设置的图像视图的名称。