/ Published in: Objective C
test if cameraDevice is available. Works with the different kind of sourceType
Expand |
Embed | Plain Text
if (![UIImagePickerController isSourceTypeAvailable:UIImagePickerControllerSourceTypeCamera]) { NSLog(@"No camera!"); }
You need to login to post a comment.
