I am using a UISearchBar and i want to change the "Search" key's label to customized text such as "ABC".how to do? thanks in advance!
views:
83answers:
1
A:
This cannot be done through the SDK. You will have to create your own button and overlay it on top of the keyboard, intercepting the user's tap.
UPDATE:
Search for it.
coneybeare
2010-06-03 16:03:12
Hi coneybeare,how to customize the keyboard? Would you like show me some code snippets?thanks
Jagie
2010-06-04 00:30:52
i edited my answer
coneybeare
2010-06-04 00:53:50
Thank you very much,coneybeare,it's very useful to me!
Jagie
2010-06-05 01:55:15