I need to make a custom search bar like this. Th
Don't use a UISearchBar if you need to do these kinds of customizations. You'll have to make your own using a UITextField and a UIImageView, and responding to the delegate calls.
UISearchBar
UITextField
UIImageView