Hi I'm building an application with a UITabBar (no controller) because I like the facility to have custom icons and text.
When an icon is tapped, it currently highlights light blue, and latches in that state. When another icon is tapped, the first one returns to normal and the second is highlighted light blue. My question is - how can I deselect the item once it's been tapped? I don't want the blue highlight to stick around. The Objective-C way of doing this seems to be to set selectedItem to nil. Setting UITabBar.SelectedItem to null results in an ArgumentNullException in UITabBar.g.cs:216. Thanks Tom -- View this message in context: http://monotouch.2284126.n4.nabble.com/Standalone-UITabBar-how-to-deselect-tp3762840p3762840.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
