UISearchBar like Google Places application
I开发者_JAVA技巧s it possible to customize the UISearchBar like the Google Places application on iPhone ? Any help is welcomed ...
That's not a UISearchBar, its a custom view with a UITextField.
It is possible through subclassing UISearchBar and changing the subviews in layoutSubviews
but Mark Adams is still probably right.
精彩评论