its like this:
when the user taps on space button on the keyboard I want to call this action:
in other words:
UItextfield.text.clear(); c#
when the user taps on space button on the keyboard I want to call this action:
Code:
UItextfield.text=@"";
UItextfield.text.clear(); c#