Skip to content

Simple next and previous actions on keyboard for both UITextField/UITextView.

Notifications You must be signed in to change notification settings

rhtarora/RAkeyboardtoolbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RAkeyboardtoolbar

RAkeyboardToolbar will help you to add accessary toolbar on all UITextFields and UITextViews you want.

Alt Text

Create RAkeyboardAccessoryToolbar class object.

var keyboardAccessory = RAkeyboardAccessoryToolbar()

Add all the textfield in array.

keyboardAccessory.textFieldArray = [firstNameTextField, lastnameTextField, emailTextField,phoneTextField]

Set textfield as current view in textFieldDidBeginEditing.

 // MARK: - Textfield Delegates
    func textFieldDidBeginEditing(textField: UITextField!) {
        textField.inputAccessoryView = keyboardAccessory
        keyboardAccessory.currentView = textField
    }

About

Simple next and previous actions on keyboard for both UITextField/UITextView.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages