Reputation: 765
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
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