Latest | 0.1.0 |
---|---|
Homepage | https://github.com/drmaj/Dismissy |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | JRSwizzle |
Authors |
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
- 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
Author
Miguel Alonso Jr., [email protected]
License
Dismissy is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "Dismissy", "version": "0.1.0", "summary": "Dismissy is an objective-C category on UIViewController to add keyboard dismissing to all View Controllers.", "description": " Dismissy is an objective-C category on UIViewController to add keyboard dismissing to all Viewn Controllers. It automatically resigns all first responders when a user taps outside any activen textfields.n", "homepage": "https://github.com/drmaj/Dismissy", "license": "MIT", "authors": { "Miguel Alonso Jr.": "[email protected]" }, "source": { "git": "https://github.com/drmaj/Dismissy.git", "tag": "0.1.0" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "Dismissy": [ "Pod/Assets/*.png" ] }, "dependencies": { "JRSwizzle": [] } }
Fri, 04 Mar 2016 16:28:03 +0000