In the UISearchBar control, is the a way to change the Search key title for the keyboard to Done?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
For a searchbar named tablesearchbar:
|
|||||||||||||||
|
|
One more useful hint, to the Run Loop code (in "@try") section. This enabled "Done" button when text field is empty:
|
|||
|
|
|
Since the Alert-style keyboards are semi-transparent, I can see my view behind it. It doesn't look very good since I have multiple elements behind the keyboard that makes it hard for the keys to stand out. I wanted an all-black keyboard. So I animated a black UIImageView into position behind the keyboard when text is edited. This gives the appearance of an all-black keyboard.
|
||||
|
|