开发者

UISearchBar like Google Places application

开发者 https://www.devze.com 2023-02-07 08:30 出处:网络
I开发者_JAVA技巧s it possible to customize the UISearchBar like the Google Places application on iPhone ?

I开发者_JAVA技巧s it possible to customize the UISearchBar like the Google Places application on iPhone ? Any help is welcomed ...

UISearchBar like Google Places application


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消