Skip to content

K6F/KFTextInputHelper

Repository files navigation

KFTextInputHelper

CI Status Version License Platform

Cut

Cut

Usage

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

###Use KFTextField, KFTextView ####Only In storyboard In storyboard, change the class of UITextField or UITextView to KFTextField or KFTextView
IB_DESIGNABLE supported! IB_Designable

Use KFTextInputHelper

To use KFTextInputHelper, invoke init method and it would setup automatically.

- (void) viewDidLoad{
	[super viewDidLoad];
	[KFTextInputHelper setupHelperWithContainerView:self.view];
}

You can get instance of helper by

KFTextInputHelper *helper = [KFTextInputHelper helperWithContainerView:self.view];

Requirements

Installation

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

pod "KFTextInputHelper", :git=>"https://github.com/K6F/KFTextInputHelper.git"

Author

K6F, Fan.Khiyuan@gmail.com

License

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

About

KFTextInputHelper add an accessory input view and some other!

Resources

License

Stars

Watchers

Forks

Packages

No packages published