Search code examples
iphonenumpad

How to code a "numbers pad" like Call application


how can I do something like this in an iPhone app?

iphone app screenshot

I need to input a number but I want something like this, not a simple UITextField.

How?

Thanks!


Solution

  • I've solved with new feature

    UITextField.keyboardType = UIKeyboardTypeDecimalPad;