Search results for tableviewcell

MKSocialShareTableViewCell screenshot

MKSocialShareTableViewCell

October 18, 2012 • Apache 2.0 License
A fairly self contained table view cell that enables the iOS 6 social sharing feature and can be easily “dropped in” to any configuration or options view based on a table view. Includes (replaceabl...
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...
CRMultiRowSelect screenshot

CRMultiRowSelect

September 02, 2012 • Apache 2.0 License
CRMultiRowSelect is a custom UITableViewCell for iOS that supports multiple row selection in a UITableViewController. It supports multiple mark colors and beauty Retina display graphics. Everyth...
StyledTableViewCell screenshot

StyledTableViewCell

August 12, 2012 • MIT License
Customized table view cell border and highlight colors.
FormKit.m screenshot

FormKit.m

August 11, 2012 • Apache 2.0 License
FormKit.m is a library that helps building forms with table views.
DMSlidingCell screenshot

DMSlidingCell

July 08, 2012 • MIT License
DMSlidingCell is a simple Slide-To-Reveal implementation of UITableViewCell you can found in Twitter and many other applications. It uses blocks and Core Animation so it requires iOS 4.x or later.
Scroller screenshot

Scroller

June 04, 2012 • MIT License
A novel way to interact with a list of data.
STBubbleTableViewCell screenshot

STBubbleTableViewCell

May 10, 2012 • MIT License
STBubbleTableViewCell is a UITableViewCell subclass for easily displaying chat conversations. This component comes with 10 colored bubble images in both normal and retina size. <hr/> <p>FEATURE...
CPPickerView screenshot

CPPickerView

March 26, 2012 • MIT License
A custom, configurable, horizontal version of UIPickerView (based on the spinning-wheel or slot-machine metaphor), with an included table cell implementation. Originally intended for condensing the...
EmailableCell screenshot

EmailableCell

December 17, 2011 • Apache 2.0 License
EmailableCell is a UITableViewCell subclass for making cells containing email addresses copyable and it enables users to send email to that addresses using the iPhone’s default Mail application.
PickerTableViewCell screenshot

PickerTableViewCell

November 17, 2011 • Unspecified License
UIPickerView as a keyboard view for UITableViewCell.
MHNibTableViewCell screenshot

MHNibTableViewCell

July 24, 2011 • MIT License
A UITableViewCell subclass that makes it easy to load table view cells from nib files.
CopyableCell screenshot

CopyableCell

June 17, 2011 • Unspecified License
CopyableCell class makes it easy to use a UITableViewCell with copy functionality. It’s a subclass of UITableViewCell class. Application code can interact with CopyableCell instances through the Co...
LRSlidingTableViewCell screenshot

LRSlidingTableViewCell

June 13, 2011 • MIT License
This is a simple implementation of the "swipe to reveal" behaviour found in Twitter and Spotify for iPhone. It uses modern iOS techniques (animations using blocks) and so requires iOS 4.0 or greater.
MHLazyTableImages screenshot

MHLazyTableImages

June 10, 2011 • MIT License
Allows you to efficiently, and easily, download images for UITableViews with many rows.
AutoResizingEditableTableViewCell screenshot

AutoResizingEditableTableViewCell

May 07, 2011 • Unspecified License
iOS UITableViewCell that automatically adjusts its height as you enter text.
TISwipeableTableView screenshot

TISwipeableTableView

April 25, 2011 • MIT License
Allows you to swipe a UITableViewCell and reveal a back view, as seen in the "Twitter" app.
JBSlidingTableViewCell screenshot

JBSlidingTableViewCell

March 09, 2011 • Apache 2.0 License
UITableViewCell subclass whose contentView can slide out to reveal another view, as seen in the Facebook app, SCVNGR app, and Twitter app.
ELCTextFieldCell screenshot

ELCTextFieldCell

January 04, 2011 • MIT License
"When developing apps we have found that many times a form of some type is required. This is common in Registration forms, contact forms, feedback forms, etc. The problem was writing the same basic...