Revision: 60011
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 15, 2012 23:45 by code4mac
Initial Code
if (![UIImagePickerController isSourceTypeAvailable:UIImagePickerControllerSourceTypeCamera])
{
NSLog(@"No camera!");
}
Initial URL
Initial Description
test if cameraDevice is available. Works with the different kind of sourceType
Initial Title
Determine if cameraDevice is available
Initial Tags
Initial Language
Objective C