I haven't been successful in finding any good examples that can walk me through understanding the UIPickerView and UIPickerViewMode开发者_C百科l. Any advice?
Why not use default Apple doc example? THere's example from apple doc called UICatalog.
http://developer.apple.com/library/ios/#samplecode/UICatalog/Listings/PickerViewController_h.html
Here it shows example of UIPickerView.
There's an example in the MonoTouch samples: https://github.com/xamarin/monotouch-samples/tree/master/MonoCatalog-MonoDevelop
精彩评论