Search results for tableview

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

STableViewController

October 15, 2011 • MIT License
This is deprecated in favor of the newer SKStatefulTableViewController: https://github.com/shiki/SKStatefulTableViewController STableViewController is a custom table view controller that support...
SMHeadedList screenshot

SMHeadedList

September 29, 2011 • Unspecified License
Create a list with a header section like Game Center on iOS 5.
UIExpandableTableView screenshot

UIExpandableTableView

September 15, 2011 • Unspecified License
UIExpandableTableView is a UITableView subclass that gives you easy access to expandable and collapsable sections by just implementing a few more delegate and dataSource protocols.
MultiColumnTableViewForiOS screenshot

MultiColumnTableViewForiOS

September 07, 2011 • Unspecified License
A multi-column table view based on the UITableView for iOS.
Dynamic Table Cell Classes screenshot

Dynamic Table Cell Classes

September 06, 2011 • Apache 2.0 License
A set of classes built to facilitate binding data objects to table rows on the iPad and editing the elements of the data objects in-line in the table rows. Simulates controls such as popup boxes, c...
JUCollectionView screenshot

JUCollectionView

August 11, 2011 • MIT License
JUCollectionView aims to be a drop in replacement for the extremely slow NSCollectionView. Instead of loading every possible cell at once, JUCollectionView only displays the visible cells. To impro...
MHNibTableViewCell screenshot

MHNibTableViewCell

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

HorizontalTable

July 08, 2011 • Unspecified License
Scrollable tableView that moves in a left/right direction but is as efficient as a regular UITableView.
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.
TPKeyboardAvoiding screenshot

TPKeyboardAvoiding

June 07, 2011 • Custom License
A drop-in universal solution for moving text fields out of the way of the keyboard in iOS.
PMAboutView screenshot

PMAboutView

June 03, 2011 • Unspecified License
PMAboutView is basically a RootViewController ready for editing it for making an about the dev view.
Accordion screenshot

Accordion

May 29, 2011 • Unspecified License
Tired of UINavigationController? Accordion might be an alternative!. Accordion is a small library for iOS that implements file navigation using accordions.
NLFetchedResultsTable screenshot

NLFetchedResultsTable

May 14, 2011 • CC BY 3.0 License
A small open-source class that helps you quickly create and configure a UITableViewController that is backed by an NSFetchedResultsController. This is code I use in a lot of my projects, and have e...
LVColorWellCell screenshot

LVColorWellCell

May 12, 2011 • Unspecified License
A Cocoa NSActionCell-derived class for embedding color well functionality inside a table view.
JTListView screenshot

JTListView

May 09, 2011 • Unspecified License
Multi-directional table view.
AutoResizingEditableTableViewCell screenshot

AutoResizingEditableTableViewCell

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