UIsearchBar 自定义样式

对于修改输入框圆角 的需求, 可以通过修改搜索框背景图片的方式设置.  

- (void)setSearchFieldBackgroundImage:(nullable UIImage *)backgroundImage forState:(UIControlState)state
 iOS13 通过kvc 获取不到 textField
 UITextField * searchField = [searchBar vt_objectValueForKey:@"_searchField"];

参考 1

原文地址:https://www.cnblogs.com/daxueshan/p/10855127.html