I am creating a iPhone app using Titanium Appcelerator. For one of the tabs, I want to include a camera. When I click the camera image I want the app to:
- open the camera and take a picture
- ask if the user wants to take another picture
- then open the camera again is yes
- (loop)
- put the images (saved locally) into an array
- back button!
I can't seem to find the camera function anywhere.