Accessing user's own images with monotouch
I'm developing an iPhone-application using monotouch. In this app, the user is supposed to get an image already stored in the phone (from the gallery) and bring the selected image into the app. I understand I have to launch a gallery browser of some sort but I haven't found any examples where this 开发者_运维知识库is done. Any thoughts on how I should do this?
This is a nice example: Martin Bowler's Screen Cast using UIImagePickerController
精彩评论