Skip to content

Instantly share code, notes, and snippets.

View Chintan-Dave's full-sized avatar

Chintan R Dave Chintan-Dave

View GitHub Profile
@Chintan-Dave
Chintan-Dave / gist:9205995
Last active August 29, 2015 13:56
Hide input view(like keyboard) without first responder.
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.