iOS 如何自定义UISearchBar 中textField的高度

iOS 如何自定义UISearchBar 中textField的高度

只需设置下边的方法就可以

 [_searchBar setSearchFieldBackgroundImage:[UIImage imageNamed:@"search"] forState:UIControlStateNormal];

原文地址:https://www.cnblogs.com/machao/p/4171261.html