Search results for uitableview

RBParallaxTableViewController screenshot

RBParallaxTableViewController

April 14, 2012 • MIT License
Simple demo app inspired by Path 2.0's use of a parallax effect in conjunction with a UITableView.
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...
JTGestureBasedTableViewDemo screenshot

JTGestureBasedTableViewDemo

February 24, 2012 • MIT License
Recreating the buttonless interaction pattern found in Clear for iPhone app
DAKeyboardControl screenshot

DAKeyboardControl

February 19, 2012 • MIT License
DAKeyboardControl allows you to easily add keyboard awareness and scrolling dismissal (a receding keyboard ala iMessages app) to any UIView, UIScrollView or UITableView with only 1 line of code. DA...
MNMBottomPullToRefresh screenshot

MNMBottomPullToRefresh

February 16, 2012 • BSD License
MNMBottomPullToRefresh is a solution to add pull-to-refresh feature to the bottom of a UITableView instead of the top, as usual. This view can be used to retrieve more values, or pages, of a large ...
PullToRefreshTransform screenshot

PullToRefreshTransform

February 03, 2012 • Unspecified License
Example of how to do the pull to refresh seen in the Twittelator Neue app.
VPPDropDown screenshot

VPPDropDown

February 02, 2012 • MIT License
VPPDropDown is an iOS library that allows you to create dropdown-like menus in a table view, as seen in old Twitter 3 for iPhone.
MDSpreadView screenshot

MDSpreadView

January 12, 2012 • MIT License
A 2D table view for iOS apps! Demo available at https://github.com/mochidev/MDSpreadViewDemo
PHRefreshTriggerView screenshot

PHRefreshTriggerView

January 09, 2012 • MIT License
This is an alternate to EGORefreshTableView that uses a gesture recognizer instead of UIScrollView's delegate.
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.
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.