开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜