iOS Saving UIImage to Photos Album. Need help

Hello, i’am new to iOS and MOE.
I need help porting my libGDX apps to iOS.
I need to save screenshot(Already got it as UIImage) to Photos album.
Googling have found UIImageWriteToSavedPhotosAlbum() function, but it’s not present in MOE(I got MOE SDK 1.4.2).

Will glad to hear any thought on this problem :slight_smile:

Hi!

Please try this: UIKit.UIImageWriteToSavedPhotosAlbum

Best Regards,
Roland

2 Likes

Thanks this works like a charm!