Search results for uitextview

CYRTextView screenshot

CYRTextView

January 19, 2014 • MIT License
CYRTextView is a UITextView subclass that implements a variety of features that are relevant to a syntax or code text view. There are many subclasses of UITextView out there with the release of Tex...
RFKeyboardToolbar screenshot

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 screenshot

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.
ARAutocompleteTextView screenshot

ARAutocompleteTextView

November 20, 2013 • MIT License
ARAutocompleteTextView is a subclass of UITextView that automatically displays text suggestions in real-time. This is perfect for automatically suggesting the domain as a user types an email addre...
DDHTextView screenshot

DDHTextView

November 19, 2013 • MIT License
A UITextView subclass which lets you move the cursor and select text with a pan gesture.
ICTextView screenshot

ICTextView

November 08, 2013 • MIT License
ICTextView is a UITextView subclass with optimized support for string/regex search and highlighting. It also features some iOS 7 specific improvements and bugfixes to the standard UITextView.
RPFloatingPlaceholders screenshot

RPFloatingPlaceholders

October 25, 2013 • MIT License
UITextField and UITextView subclasses with placeholders that change into floating labels when the fields are populated with text. Example: http://i.imgur.com/Sze6OFN.gif
AVTagTextView screenshot

AVTagTextView

October 25, 2013 • MIT License
A category that adds an Instagram-like hashtag choosing/listing capability to the UITextView
SECoreTextView screenshot

SECoreTextView

September 29, 2013 • MIT License
SECoreTextView is multi-line rich text view library with clickable links, selectable text, embedding images and editing. More powerful, customizable, and flexible than UITextView.
UITextViewExtras screenshot

UITextViewExtras

August 23, 2013 • MIT License
Collection of convenience methods for finding the paths and locations of text in UITextView. * Calculate the bounding path (or CGRect) of a character, word, sentence, line or paragraph at given ...
UITextView-UIControl screenshot

UITextView-UIControl

July 30, 2013 • MIT License
A UIControl-like API addition to UITextView
DALinedTextView screenshot

DALinedTextView

June 10, 2013 • MIT License
DALinedTextView is a UITextView subclass that draws ruled lines to the view, similar to iOS' built-in Notes app. The lines conform to the appropriate line-height for the currently set UIFont.
PHFComposeBarView screenshot

PHFComposeBarView

May 14, 2013 • MIT License
This is a precise reconstruction of the compose bar from the iOS Messages.app, mimicking the behaviors and graphics while also allowing you to customize many aspects of it.
DMFormInputAccessoryView screenshot

DMFormInputAccessoryView

May 12, 2013 • MIT License
A simple input accessory view for use in forms.
LBReadingTime screenshot

LBReadingTime

April 02, 2013 • MIT License
UITextView category to compute the total reading time or remaining reading time + UITextView indicator's panel showing the remaing reading time.
SZTextView screenshot

SZTextView

March 20, 2013 • MIT License
A drop-in UITextView replacement which gives you: a placeholder. Technically it differs from other solutions in that it tries to work like UITextField's private _placeholderLabel so you should not...
Numberpad screenshot

Numberpad

March 01, 2013 • MIT License
LNNumberpad is a custom numeric keyboard for the iPad which works with both UITextField's and UITextView's requiring no changes other than adding an instance of the LNNumberpad class as the inputVi...
UDBarTrackballItem screenshot

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...
KTTextView screenshot

KTTextView

January 22, 2013 • MIT License
KTTextView derives from UITextView enhancing it with new features. The only new feature at the moment is the placeholderText property. The placeholderText property works the same as UITextField's p...
AKFieldsNavView screenshot

AKFieldsNavView

November 03, 2012 • MIT License
Simple UIView subclass for easy UITextFields and UITextViews navigation.