I\'m trying to remove border of UISearchBar in iOS 7. In iOS 6 it\'s working fine. I created the UISearchBar programatically. I tried almost every thing from Stack Overflow
I found the solution: set the barTintColor of UISearchBar to clearColor
barTintColor
UISearchBar
clearColor
topSearchBar.barTintColor = [UIColor clearColor];