Do the image loading in a separate thread (not the main thread), and then when the image has loaded, use the main thread to present it.
Do the image loading in a separate thread (not the main thread), and then when the image has loaded, use the main thread to present it.