Quite simply, I’m implementing UISearchBarDelegate, but in landscape mode it looks wrong. The search bar doesn’t stretch all the way right. Is UISearchBarDelegate not suppose to be used in landscape or is there a solution?
Quite simply, I’m implementing UISearchBarDelegate, but in landscape mode it looks wrong. The search
Share
It’s highly unlikely that the problem is with the delegate. It’s probably that the
autoresizingMaskisn’t set properly. It should be,