将searchBar的背景灰色去掉

    [searchBar setBackgroundImage:[UIImage new]];

    [searchBar setTranslucent:YES];

原文地址:https://www.cnblogs.com/zgfblog/p/4050494.html