You must set the color of the UISearchBar hue.
UISearchBar *search=[[UISearchBar alloc]initWithFrame:CGRectMake(10, 20, 100, 20)]; [search setBarTintColor:[UIColor clearColor]]; search.backgroundImage=[UIImage new]; self.navigationItem.titleView=search;

source share