I was just wondering how I could give out everything that is in NSDictionary *info:
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info
Just to see whats in it. Is there a simple way?
Regars, Philip