Re: UIKeyboard (without Text filed)
Re: UIKeyboard (without Text filed)
- Subject: Re: UIKeyboard (without Text filed)
- From: Jeffrey Walton <email@hidden>
- Date: Tue, 24 May 2011 18:49:30 -0400
On Tue, May 24, 2011 at 6:35 PM, glenn andreas <email@hidden> wrote:
>
> On May 24, 2011, at 5:28 PM, Jeffrey Walton wrote:
>
>> Hi All,
>>
>> Is it possible to display a keyboard and take input from (via a
>> delegate) without using a text field?
>>
>> There's not much reading from Apple's doc:
>> http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=UIKeyboard+class+reference+site:apple.com
>>
>> Jeff
>
> You can always have the text field be way off screen (that's the easy way, and works on older systems),
I'm trying to stay away from this method - I don't want the text field
providing the backing store due to zeroization..
> or you can have a view that implements the various UIKeyInput protocol methods and have it become the first responder.
Very good - it looks like UIKeyInput will do nicely.
Thanks for the help (and hats off to Apple for the protocol).
Jeff
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden