Kyle Johnson
Kyle Johnson

Reputation: 765

image or video attachment field in MonoTouch.Dialog

I have a UI I am building in MonoTouch.Dialog. I want a UI field where a user can click and attach a photo or video from the gallery on their iPad to the form. Any ideas?

Upvotes: 1

Views: 186

Answers (1)

giacomelli
giacomelli

Reputation: 7407

You can use a simple ImageElement as the UI field and an UIImagePickerController to allow user to select an image or video.

Upvotes: 1

Related Questions