Dismissy is an objective-C category on UIViewController to add keyboard dismissing to all View Controllers. It automatically resigns all first responders when a user taps outside any active textfields.
To run the example project, clone the repo, and run pod install
from the Example directory first.
None.
Dismissy is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Dismissy"
- Fork it ( https://github.com/drmaj/Dismissy/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Miguel Alonso Jr., [email protected]
Dismissy is available under the MIT license. See the LICENSE file for more info.