How to activate the keyboard when pressing the UIButton button.
I have a button. When I pressed the button, I need to activate the keyboard.
By default, when I click on a UITextField, it is activated.
How to implement when UIButton. Just a button is pressed to display the keyboard.
@thanks for everyone. in advance
source
share