Hi,
I'm making a specialized business calculator.
I would like to implement my own push buttons instead of having a keyboard come up from Cocoa Touch.
How can I do this?
I mean that when the user touches a UITextField, I want the focus to go there, but I don't want any keyboard to appear. I want to use my own rounded-rectangle buttons.
Thanks.
-- Kaydell
I'm making a specialized business calculator.
I would like to implement my own push buttons instead of having a keyboard come up from Cocoa Touch.
How can I do this?
I mean that when the user touches a UITextField, I want the focus to go there, but I don't want any keyboard to appear. I want to use my own rounded-rectangle buttons.
Thanks.
-- Kaydell