摘要: 修改UISearchBar的输入框背景去除阴影,并设置成iOS7风格UITextField *searchField;NSUInteger numViews = [searchBar.subviews count];for(int i = 0; i < numViews; i++) { if(... 阅读全文
posted @ 2014-08-26 11:33 沙影无痕 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 通过设置background image 可以彻底改变UISearchBar 在iOS7下的背景(该方法适用iOS5及其以上) self.searchBar.backgroundImage = [UIImage imageNamed:@"back.png"];iOS6及之前版本下可以采... 阅读全文
posted @ 2014-08-26 10:49 沙影无痕 阅读(208) 评论(0) 推荐(0) 编辑