My application needs to save the image to disk. I do this in a separate thread, so the user interface is still responsive, BUT, I don't want the user to add a new image until the first one is saved (about 1 second.)
At the moment, Iβll turn off the βtake another photoβ button and down it, but Iβm wondering if there is a method that turns off the whole view by deleting the buttons and darkens the background, for example, what happens when the UIActionSheet is presented.
I looked through the UIView docs and don't see anything like it, but it seems like such a useful template that is often used by Apple, and I decided that I would ask, just in case there was such a thing.
Obviously, I could do it manually, but why reinvent the wheel if it is already part of the API.
TIA: John
source share