doing more with UIImagePicker ?
I'm just learning Objective-C, Cocoa and Cocoa Touch. I'm new to all 3 and have been reading and am finally starting to grasp the concepts.. I'm curious, though.. The UIImagePickerController offers 2 delegates. One for when the image is accepted completely and another for when the user cancels.. Can anyone explain to me how the developers of the camera apps that let you take a picture on a timer work? How are these applications catching this event if it's not offered up by the delegate? I'm thinking if I can understand how that works it will give me a much better understanding at how the Cocoa frameworks work under all the glitz that Apple puts into them to make them squeaky clean and easy to use.. Thanks in advance!
|