How to implement UISearchBar in MonoTouch

I can not find material for UISearchBarin MonoTouch. Can anybody help me?

+5
source share
1 answer

Both ContentControls and MonoCatalog (both versions) samples from Xamarin github uses UISearchBar.

Several applications (with sources, such as TweetStation ) also use it - either directly or using MonoTouch.Dialog .

+6
source

All Articles