views:

83

answers:

1

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!

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
Hi coneybeare,how to customize the keyboard? Would you like show me some code snippets?thanks
Jagie
i edited my answer
coneybeare
Thank you very much,coneybeare,it's very useful to me!
Jagie