This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Some time we need to hide input view without using [firstResponder resignFirstResponder]. | |
| Like we have 5 to 10 textField and we don’t know which is first responder. | |
| sometime we want to hide input view from part of code which can not access first responder. | |
| Some time first responder is in there party library. | |
| In all this case we can use following line to hide input view. |