I am working on a small iPhone app using Titanium/Appcelerator. Now what I am trying to do is the following:
- Open the camera to take a picture
- Ask the user if he wants to add another picture (OptionDialog)
- Open the camera again
- {loop here}
- Put the images (saved locally) into an array
I tried putting a OptionDialog into the success event of the camera, but it didn’t work as expected.
maybe something like that.