开发者

How to save image to the Wallpaper's folder in iphone using objective-C?

开发者 https://www.devze.com 2022-12-18 08:21 出处:网络
Can anyone tell me how to save an image from my application to the Wa开发者_运维知识库llpaper\'s folder in iphone using Xcode. The image will be downloaded from the server and displayed on UIImageView

Can anyone tell me how to save an image from my application to the Wa开发者_运维知识库llpaper's folder in iphone using Xcode. The image will be downloaded from the server and displayed on UIImageView.

Can anyone help me with this...

Any code will be very helpful...

Thanx in advance...


It is not currently possible to do directly. As Kenny suggests you can save an UIImage to the photo album and have the user choose it from there using:

UIImageWriteToSavedPhotosAlbum


No you can't (for AppStore apps.)

But you can save to the photo album which the users can choose as a wallpaper.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号