Search results for text

MLPAutoCompleteTextField screenshot

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

HTAutocompleteTextField

February 01, 2013 • MIT License
HTAutocompleteTextField is a subclass of UITextField that automatically displays text suggestions in real-time on the text the user has entered. This is perfect for automatically suggesting the dom...
UICoreTextView screenshot

UICoreTextView

January 25, 2013 • zlib License
Easy to use UIView which supports rendering using CoreText
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...
KBTextField screenshot

KBTextField

January 22, 2013 • MIT License
A Twitter Bootstrap styled NSTextField for Mac OS X
MTLabel screenshot

MTLabel

January 17, 2013 • Apache 2.0 License
By default, UIKit's UILabel provides many limitations, such as unable to customize line height attribute. This is a simple subclass of UIView which uses CoreText framework to draw text. It's sti...
ACEView screenshot

ACEView

December 15, 2012 • BSD License
The ACEView framework aims to allow you to use the ACE source code editor in your Cocoa applications, as if it were a native control.
SLGlowingTextField screenshot

SLGlowingTextField

December 04, 2012 • MIT License
This is a very simple subclass of UITextField that is designed to look like a Bootstrap input field. Add the text field, set the borderStyle to UITextBorderStyleNone, change the class to SLGlowingT...
RNTextStatistics screenshot

RNTextStatistics

November 27, 2012 • MIT License
This project is an Objective-C port of Dave Child's awesome Text-Statistics project. Get stats regarding readability, syllables, and counts of words/sentences with just a Category on NSString.
CHDigitInput screenshot

CHDigitInput

November 09, 2012 • Apache 2.0 License
A UIPickerView alternative for entering integer values.
AKFieldsNavView screenshot

AKFieldsNavView

November 03, 2012 • MIT License
Simple UIView subclass for easy UITextFields and UITextViews navigation.
Survey 0.2 : Simple iOS Form Creation and Management screenshot

Survey 0.2 : Simple iOS Form Creation and Management

October 25, 2012 • BSD License
Survey is a lightweight library for creating forms for iOS, inspired by Django forms and Core Data
MSCurrencyFormatter screenshot

MSCurrencyFormatter

October 01, 2012 • Unspecified License
This will format a text field similar to how an ATM works. This allows easy entry of dollar amounts. If on an iPhone it can even add a positive/negative toggle button to the keypad. If on an ipad i...
PTSMessagingCell screenshot

PTSMessagingCell

September 29, 2012 • CC BY-SA 3.0 License
A UITableViewCell subclass, that provides SMS-App like messaging cells (balloons). Very easy to use, just as you would any UITableViewCell. Works with both interface orientations on the iPhone 3...
HTML Text Editor screenshot

HTML Text Editor

August 26, 2012 • Public Domain License
A very simple implementation that uses CKEditor in web view to edit rich text content and generate HTML for further use.
ZKTextField screenshot

ZKTextField

April 23, 2012 • MIT License
A simple replacement for NSTextField that offers a very much higher degree of customization ability. It does not use any cells and delegates all most of its functions out to different methods so th...
YIPopupTextView screenshot

YIPopupTextView

April 12, 2012 • Unspecified License
A modal text view, like the one Facebook uses to post status updates.
Scratch'n'See screenshot

Scratch'n'See

April 08, 2012 • MIT License
The project provides en effect when the user swipes the finger over one texture and by swiping reveals the texture underneath it. The effect can be applied for scratch-card action or wiping a miste...
OCPDFGen screenshot

OCPDFGen

March 24, 2012 • BSD License
This library allows you to generate PDF files from HTML, NSAttributedStrings, and NSStrings. It uses DTCoreText from Cocoanetics to generate the NSAttributedString from HTML, then renders that str...
AutocompletionTableView screenshot

AutocompletionTableView

March 20, 2012 • BSD License
UITableView offering suggestions from a custom dictionary as user types text in UITextField.