开发者

Is UIImageWriteToSavedPhotosAlbum slow in iOS SDK 4.0?

开发者 https://www.devze.com 2023-01-09 02:47 出处:网络
I use UIImageWriteToSavedPhotosAlbum to save picture to album. But after updated 开发者_JAVA百科to iOS SDK 4.0, I noticed that it was slowed down significantly. It\'s about 20 seconds, between UIImage

I use UIImageWriteToSavedPhotosAlbum to save picture to album. But after updated 开发者_JAVA百科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?


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

0

精彩评论

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