CharacterCounter
September 29, 2019 • MIT License
A library that provides counter label component that can be added as a subview to a view or can be used as a keyboard accessory view
Ribbon
August 11, 2019 • MIT License
🎀 A simple cross-platform toolbar/custom input accessory view library for iOS & macOS.
TextFieldsTraversalController
October 18, 2017 • MIT License
A controller to manage the traversal of a collection of textfields. This controller comes with a custom inputAccessoryView that mimics the one used in Safari when traversing through a form.
LTHRadioButton
November 05, 2016 • MIT License
A radio button slightly inspired by Google's material radio button.
UITextField-Navigation
July 21, 2016 • MIT License
UITextField-Navigation adds next, previous and done buttons to the keyboard for your UITextFields and UITextViews. It allows you to specify a next field either on the Interface Builder or programma...
YZKeyboardInputAccessoryView
March 16, 2015 • MIT License
A drop-in input accessory view that adds a dismiss button and an extra row of characters (can be any numbers, letters or emojis) on top of the keyboard. It mimics the look, feel, and functionality ...
BABFrameObservingInputAccessoryView
February 22, 2015 • MIT License
A simple view which allows for an iOS Messages style keyboard input view and panning behavior.
Supports iOS 7.0+
- Free of method swizzling
- No associated objects or other runtime hacks
- ...
JMFormDescription
October 17, 2014 • MIT License
JMFormDescription is an Objective-C library for easily creating and managing complex structured forms.
RDRStickyKeyboardView
March 05, 2014 • MIT License
Replication of iMessage's text input behavior on iOS 7 (UIScrollViewKeyboardDismissModeInteractive + persistent inputAccessoryView)
RFKeyboardToolbar
December 05, 2013 • MIT License
This is a flexible UIView and UIButton subclass to add customized buttons and toolbars to your UITextFields/UITextViews.
This is used in https://www.cocoacontrols.com/controls/rfmarkdowntextvi...
RFMarkdownTextView
December 03, 2013 • MIT License
This is a UITextView that is supposed to replicate the comment toolbar in iOctocat (http://ioctocat.com) with auto-insert markdown functionality.
IQKeyboardManager
September 02, 2013 • MIT License
IQKeyboardManager is a drop-in universal library which allows you to prevent issues of the keyboard sliding up and covering UITextField/UITextView without needing you to writing any code and much m...
MSCellAccessory
July 21, 2013 • BSD License
UITableViewCell accessoryType can easily customizing the colors. Supported iOS7 Flat Design.
MLPAccessoryBadge
June 14, 2013 • MIT License
MLPAccessoryBadge is a delightfully customizable UIView subclass that renders text inside a badge, created mainly for use in a UITableViewCell as its accessoryView property. Use it to hint at quant...
LRAccessoryView
June 13, 2013 • BSD License
LRAccessoryView is a custom UIToolbar view for iOS that enables a control for form navigation (like Safari)
UDBarTrackballItem
February 22, 2013 • MIT License
UDBarTrackballItem is a button view for iOS which can position the text cursor (caret) and define the text selection of a text view in parallel to its touch drag movement. The user interaction patt...
MLPAutoCompleteTextField
February 15, 2013 • MIT License
MLPAutoCompleteTextField is a subclass of UITextField that behaves like a typical UITextField with one notable exception: it manages a drop down table of autocomplete suggestions that update as the...
XCDFormInputAccessoryView
December 08, 2012 • MIT License
XCDFormInputAccessoryView is a view to be used above the keyboard with previous, next and done buttons for navigating text fields.
UIKeyboardCoView
September 23, 2012 • Apache 2.0 License
A UIView to appear along the iOS default keyboard. It manages also ROTATION when keyboard is present. For iOS4+
The UIKeyboardCoView is totally CUSTOMIZABLE. Just add one UIKeyboardCoView in you...