meds
meds

Reputation: 22926

Take photograph with camera from UIViewController (MonoTouch)

What I'd like to do is have a camera embedded into an iPhone view with a button to take photographs (or something simlar to that).

I can't find any controls which do this so I'm a bit lost as to how I'd go about doing this :-\

Upvotes: 2

Views: 736

Answers (1)

Jason
Jason

Reputation: 89102

UIImagePickerController is the iOS control for taking pictures.

Upvotes: 4

Related Questions