Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.9 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.9 KB

SKKeyboardResigner

CI Status Version License Platform

Description

With SKKeyboardResigner you can forget about resigning the keyboard by yourself by adding a big button inside a view or doing some 'ñapas' like that. This library takes care of resigning the keyboard for the view you want without doing nothing.

Usage

There are two ways of using this library:

Set your UITextFields inside a view container and set the View to subclass SKKeyboardResignerView

![alt text](https://github.com/skyweb07/SKKeyboardResigner/blob/master/Resources/subclass_sample.png?raw=true"Subclass sample")

You can directly call the SKKeyboardResigner class methods in one of two ways:

[SKKeyboardResigner attachObserverToView:viewToObserve]; // If you only want to observe that View UITextFields subviews

or

[SKKeyboardResigner attachObserverToView:viewToObserve textFieldsToObserve:textField1, textField2, nil]; // If you want to observe any view and any UITextFields

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

Installation

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

pod "SKKeyboardResigner"

Author

Oscar Duran, skyweb09@hotmail.es

License

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