I am trying to make an app when when I press a button the camera will come up and i can have like dotted lines of were i need to have everyone put there eyes. Or if they already have a photo the can choose it. I would like to have the buttons on one view and then when they take a picture it will be the background of the other view
I am doing this for a iphone app.
You’re going to want to look into UIImagePickerController, and you can add “dotted lines” using the pickers
overlayproperty.Additionally, here’s a link to a pretty good tutorial on how to accomplish this.
http://www.icodeblog.com/2009/07/28/getting-images-from-the-iphone-photo-library-or-camera-using-uiimagepickercontroller/