I am making an application in which there is a text field to enter phone number, now I want whenever user put number on that text field, there must be a button get generate to call on that particular number.
Anyone know about this functionality, then please help me.
Thanks alot.
Assume
self.textFieldis aUITextFieldwhere you can enter the number. Then add the following event listener listener to your ‘call’ button: