I was wondering as soon as the iPhone 4 can use my application that uses the front camera. Can I do it + (BOOL)isCameraDeviceAvailable:(UIImagePickerControllerCameraDevice)
and how to implement it so that it throws some error if it returns no
or should I use NSString * DeviceType etc.
if iPhone 4 ... do nothing
if else ... Show warning?
How to implement this in my application?
TIA!
source
share