On Tue, May 24, 2011 at 6:35 PM, glenn andreas <gandr...@mac.com> 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%3Aapple.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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to