How to show button ‘Done’ on number pad on iPhone OS 4?

Posted by Will Harris on Stack Overflow See other posts from Stack Overflow or by Will Harris
Published on 2010-06-10T13:47:28Z Indexed on 2010/06/10 13:53 UTC
Read the original article Hit count: 883

I'd like to add a Done button to the iPhone number pad keyboard. There's even a handy space at the bottom left for just such a button.

Previously, I was using a similar trick to those described in Question 584538 and Luzian Scherrer's excellent blog post, but that stopped working in iOS 4. I can do it by creating a custom inputView, but I'd prefer to extend Apple's keyboard instead of writing my own.

Is there a new way to add a view to the standard keyboard? Has someone published an OSS inputView for this? Is there another way?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitextview