I am using Monotouch.Dialog and I would like to customize an EntryElement to either make it look like a UISearchBar, or make it use, internally, a UISearchBar. Any idea on how to do that?
Maybe I need to inherit from Element and create my custom element?