I want to create a text field that has a default value of ββ’β’β’β’β’β’β’β, when a user clicks a number on UIKeyboardTypeNumberPad, he will add a text field of type β1 β’β’β’β’β’β’β (for example, press number 1) and β12 β’β’β’β’β’β (for example, a second press on number 2). Each click on the UIKeyboardTypeNumberPad will be added to the text box, respectively. How can i do this? Thank.
source
share