我正在开发一个应用程序,我必须将图像设置为iPhone壁纸(“滑动解锁”屏幕上的背景图像)。 我们是否有任何API参考。 请帮忙
提前致谢 Parmeswar
答案 0 :(得分:1)
目前还没有,您唯一能做的就是将图像保存到相机胶卷,并向用户提供有关如何使用新图像更改壁纸的说明。
答案 1 :(得分:0)
NSString *str_mainMenu = [[NSBundle mainBundle] pathForResource:@"Unlock" ofType:@"jpg"];
mainView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageWithContentsOfFile:str_mainMenu]];