I would like to use MonoTouch.Dialog framewrok to display some readonly info.
I think I can get along with using labels for all my values and the only problem I have is with an UIImage
. I would like to show an UIImage
but prevent the UIImagePickerController
from being used.
这是可能的吗? 如何?