Can anyone point me to an example of a program using camera on iPad 2? Preferentialy an example working in the XCode simulator.
Thanks a lot
Krzys
|
|
|
You'll need to use the UIImagePickerController, but the camera mode won't work in the Simulator. For the simulator you can use the Library Mode and then just swap to camera mode when your ready to test on the device.
and then use the delegate method to access the image:
|
|||