在使用UISearchBar时,将背景色设定为clearColor,或者将translucent设为YES,都不能使背景透明,经过一番研究,发现了一种超级简单和实用的方法:

1
[[searchbar.subviews objectAtIndex:0]removeFromSuperview];

背景完全消除了,只剩下搜索框本身了。

相关文章:

  • 2021-12-20
  • 2021-12-25
  • 2022-12-23
  • 2021-08-28
  • 2021-12-04
  • 2021-11-17
猜你喜欢
  • 2022-12-23
  • 2021-05-02
  • 2022-02-05
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
相关资源
相似解决方案