How to resignFirstResponder from uiviewcontroller object with is active.
I have five textfields one,two,three,four,five.
- (void)removeKeyBoard{
[one resignFirstResponder];
[two resignFirstResponder];
[three resignFirstResponder];
[four resignFirstResponder];
[five resignFirstResponder];
}
The above code has done my job, but each object reference to specify for resignFirstResponder.
Is there any way, that handle the resignFirstResponser which ever field is active on UIViewController
automatically resign that object.
@All Thanks in advance.
Called on whatever view has the textfields in it:
[view endEditing:YES]
UIView
reference: Link
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With