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

- (void)setSearchFieldBackgroundImage:(nullable UIImage *)backgroundImage forState:(UIControlState)state

 

 iOS13 通过kvc 获取不到 textField
 UITextField * searchField = [searchBar vt_objectValueForKey:@"_searchField"];

 

 

参考 1

相关文章:

  • 2021-08-08
  • 2021-11-13
  • 2021-12-23
  • 2021-04-09
  • 2021-11-28
  • 2021-10-10
  • 2021-11-24
猜你喜欢
  • 2021-07-07
  • 2021-09-01
  • 2022-12-23
  • 2021-05-19
  • 2021-11-27
相关资源
相似解决方案