iOS: dispatch_async and UIImageWriteToSavedPhotosAlbum
问题 Just learning how to allocate tasks among threads, or dispatch asynchronously. I understand that any operation that "touches" a view must be done on the main thread. What about: UIImageWriteToSavedPhotosAlbum ? I would assume this could be done on a background thread, but am I mistaken? Also, if it should be done on a background thread, is there a difference between these two calls below, as one saves a UIImage and the other saves a UIImage from a view? UIImageWriteToSavedPhotosAlbum(