I'm a little confused on how I am supposed to use UIImagePickerController. I am able to launch it and get a photo from it. However, I am unable to do it a 2nd time. Here's a simple example:
UIImagePickerController picker = new UIImagePickerController(); this.PresentModalViewController(picker, true); I don't really get much in the application output except a stack trace without an actual exception. I've looked around the web, but I can't quite figure out the "proper" way to launch this viewcontroller. -Aaron -- View this message in context: http://monotouch.2284126.n4.nabble.com/UIImagePickerController-Question-tp4512612p4512612.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
