Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

1 Answer

This link gives a brief example but suggests looking at the kitchen sink demo app, kitchen sink has an example of just about everything.

http://developer.appcelerator.com/question/66021/api---camera

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.