I'm creating a app where i want the same searchBar colors as in the Music App in IOS. I'm wondering how do i change the field of the searchBar, i've searched around for this, but could not find anything that works. Here is a image

I'm creating a app where i want the same searchBar colors as in the Music App in IOS. I'm wondering how do i change the field of the searchBar, i've searched around for this, but could not find anything that works. Here is a image

Try this:
var textField = searchBar.valueForKey("searchField") as UITextField
textField.backgroundColor = UIColor.redColor()