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.
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?