扫码关注官方订阅号
UISearchBar如何定义背景和cancal按钮的背景还有那个输入文字后文字输入框右边的删除按钮 而且要适配ios7
还有ios7下的搜索文字输入框的圆角要怎么修改?
光阴似箭催人老,日月如移越少年。
//隐藏背景 [self.searchBar setBackgroundImage:[UIImage new]]; [self.searchBar setTranslucent:YES];
去看下UISearchBar的文档 Customizing Appearancehttps://developer.apple.com/library/ios/documentation/uikit/reference/UISearchBar_Class/Reference.html#//apple_ref/occ/instm/UISearchBar/backgroundImageForBarPosition:barMetrics:
基本看完就能解决你的问题了
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
去看下UISearchBar的文档 Customizing Appearance
https://developer.apple.com/library/ios/documentation/uikit/reference/UISearchBar_Class/Reference.html#//apple_ref/occ/instm/UISearchBar/backgroundImageForBarPosition:barMetrics:
基本看完就能解决你的问题了