chronotruck / FlagPhoneNumber

A formatted phone number UITextField with country flag picker.
Apache License 2.0
438 stars 317 forks source link

Support for custom keyboard #88

Closed Mehul18292 closed 5 years ago

Mehul18292 commented 5 years ago

As per my app's requirement,

I need to have number input like Contact App's Call Dialler, where input is not from UIKeyboard, but it is from the numbered buttons in UI.

So, i have created my own UI similar to Contact app's dialer, but now when user presses let say '5' in that dialler, i have to enter 5 at current cursor position in FPNTextField.

Can you suggest me proper way to do this?