/Dismissy

Cocoapod that automatically dismisses the keyboard from a UIViewController.

Primary LanguageObjective-CMIT LicenseMIT

Dismissy

CI Status Version License Platform

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.

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

None.

Installation

Dismissy is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Dismissy"

Contributing

  1. Fork it ( https://github.com/drmaj/Dismissy/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Author

Miguel Alonso Jr., drmiguelalonsojr@gmail.com

License

Dismissy is available under the MIT license. See the LICENSE file for more info.