We\'re currently using MvcContrib.Routing.MvcRoute for our routes, bu开发者_开发技巧t it\'s marked as Obsolete in version 3.0.51.0. Was the fluent API replaced by something or just abandoned?According
I am using the following piece of code to hide the background on a UISearchBar: [[searchView.subviews objectAtIndex:0] setHidden:YES];