tags:

views:

115

answers:

1

I use UIImageWriteToSavedPhotosAlbum to save picture to album. But after updated to iOS SDK 4.0, I noticed that it was slowed down significantly. It's about 20 seconds, between UIImageWriteToSavedPhotosAlbum was issued and completionSelector was triggered. Can anyone help on this problem?

A: 

In my case, UIImageWriteToSavedPhotosAlbum is not stable. Sometimes it works, sometimes not.

Forrest