开发者

New key on the keyboard

I work on开发者_JS百科 a iPhone project with iOS 4 and Xcode 4.

In a view I have several UITextField, that the user fills with numbers. So only the Numbers keyword is used.

When the user fills in a text field and click Go, some processing is started (modification of the text of several textFields).

Now I would like to consider also a second option: user open the keyboard but then decides to close it without any process (i.e. cancel the process).

So I need a keyboard with a cancel key as shown on this the picture:

New key on the keyboard

Finally my question: how can I create a keyboard with a cancel key as above?

Edit: picture of my view

New key on the keyboard


The keyboard cannot be modified. You should add a cancel button, or some other way of triggering a cancel, in your UI.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜