我是iphone新手,我想更改搜索栏背景以清除颜色,如何将其更改为清除颜色。我的代码是:如何更改ipad中的搜索栏背景颜色
UISearchBar *mySearchBar = [[UISearchBar alloc]initWithFrame:CGRectMake(10, 550, 330, 42)];
mySearchBar.delegate = self;
mySearchBar.showsCancelButton = YES;
[email protected]"Search here..";
mySearchBar.tintColor=[UIColor clearColor];
[self.view addSubview:mySearchBar];
在此先感谢:
感谢您回复我.. ..它的工作很好.. – user1162034
Thanx投票上来 – Deepesh