摘要:
seachBar=[[UISearchBaralloc]init];//修改搜索框背景seachBar.backgroundColor=[UIColorclearColor];//去掉搜索框背景//1.[[searchbar.subviewsobjectAtIndex:0]removeFromSuperview];//2.for(UIView*subviewinseachBar.subviews){ if([subviewisKindOfClass:NSClassFromString(@"UISearchBarBackground")]){ [subviewremoveFr 阅读全文
posted @ 2013-09-25 11:07
小富的疯狂程序
阅读(214)
评论(0)
推荐(0)
浙公网安备 33010602011771号