iOS Developer

iOS开发点滴-修改UISearchBar的灰色背景为透明

2016-11-22  本文已影响337人  DreamMmMmM

今天做项目遇到一个问题  需要设置UISearchBar
背景为透明颜色,你可以设置背景为透明

但是设置之后没有效果:如图

_searchView.backgroundColor = [UIColor clearColor];

_searchView.barTintColor = [UIColor clearColor];

我把searchView的子view打印出来 :

UISearchBarBackground和
UISearchBarTextField

把UISearchBarBackground从父视图移除

再看下效果


好了

上一篇 下一篇

猜你喜欢

热点阅读