views:

241

answers:

1

hi i want to know is this possible to add a searchbar in UItoolbar

A: 

I just had a quick look and while interface builder will let you do it, when you try to save a warning pops up a warning saying the following "UISearchBars are not supported in UIBarButtonItems in non-iPad documents". That being said, it might be possible to make your own view that looks and works like a UIToolbar that does allow a UISearchBar.

Daniel
thanks a lot for help
a111