Re: [iPhone] NumberPad with the dot
Re: [iPhone] NumberPad with the dot
- Subject: Re: [iPhone] NumberPad with the dot
- From: Dave DeLong <email@hidden>
- Date: Tue, 17 Mar 2009 16:22:19 -0600
You fake it. Have a non-editable textfield with a custom UILabel
subclass on top of it. When the UILabel gets tapped, bring up your
custom keyboard and put the typed text into the UILabel.
Dave
On Mar 17, 2009, at 4:19 PM, Jelle De Laender wrote:
Hi
I've create a UIView with some UIButtons for a custom keypad.
Now I've a problem to 'hide' the numberpad of Apple.
When a user 'clicks/touches' the editfield, my UIView should be
showed (setHidden:NO) and the textField should go in editing-modus,
but without the numberPad of Apple.
How can you disable the numberPad of Apple and still having an
editable textfield?
Kind regards
_______________________________________________
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