I have some code which runs when UIImagePickerViewController picks an image, but despite [picker dismissModalViewControllerAnimated:YES]; being the first line, it waits until all the code is complete before it dismisses. How can i stop this from happening?
I have some code which runs when UIImagePickerViewController picks an image, but despite [picker
Share
How about –