UIImageWriteToSavedPhotosAlbum not working in iOS 4?

Posted by nickthedude on Stack Overflow See other posts from Stack Overflow or by nickthedude
Published on 2010-06-12T21:09:51Z Indexed on 2010/06/12 21:12 UTC
Read the original article Hit count: 550

Filed under:
|
|
|

Ive been using this function:

(http://developer.apple.com/iphone/library/documentation/uikit/reference/UIKitFunctionReference/Reference/reference.html#//apple_ref/c/func/UIImageWriteToSavedPhotosAlbum)

...to save a uiimage to the users photo album and it works great on everything except a 4.0 simulator, dont have a device to test on so it may be boned there as well. ive also tried it in both the latest xcode (3.2.3 gm seed) and a previous build of 3.2.3. can anyone confirm that this is still function is still "functional" in iOS 4. the documentation gives no indication that it would be removed and I havent seen anything in searches related to it.

Thanks,

Nick

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uikit