Hi All, I have a view that accepts input using UIKeyInput. The VC's viewWillAppear: calls [myHiddenView becomeFirstResponder] which shows the alphanumeric keyboard. I get input as expected through insertText: and deleteBackwards:.
How does one change the keyboard type to UIKeyboardTypeNumberPad? I've tried conforming to UITextInputTraits in my custom view, but the keyboard does not appear to reach back to my view for the trait. Is there anything special when a protocol only includes properties? Or perhaps I have missed another [important] detail? Jeff _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
