开发者

In need of some code for the iphone SDK (Save an in app picture to your photos)

开发者 https://www.devze.com 2023-01-22 07:25 出处:网络
Im working on my first app for the apple app store and I am in need of the code to be able to see a picture and save it to the photos, also where the code goes, so some what of a tutorial of how to sa

Im working on my first app for the apple app store and I am in need of the code to be able to see a picture and save it to the photos, also where the code goes, so some what of a tutorial of how to save a picture to the photos app, I am working with the late开发者_运维技巧st version of the iphone SDK.


UIImageWriteToSavedPhotosAlbum(image, self, (SEL)@selector(image:didFinishSavingWithError:contextInfo:), nil);

Here's an example.


Referring "iPhone cookbook" by Erica Sadun

0

精彩评论

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