Search results for tableview

TableKit.m screenshot

TableKit.m

August 06, 2012 • Apache 2.0 License
Easily create table views with a block-based syntax.
ODRefreshControl screenshot

ODRefreshControl

July 15, 2012 • MIT License
A pull down to refresh control like the one in Apple's iOS6 Mail App
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.
CircleView screenshot

CircleView

June 28, 2012 • MIT License
A demonstration of how to scroll UITableViewCells in a circular pattern.
SVPullToRefresh screenshot

SVPullToRefresh

June 28, 2012 • MIT License
Give pull-to-refresh & infinite scrolling to any UITableView with 1 line of code.
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...
ADLivelyTableView screenshot

ADLivelyTableView

May 06, 2012 • BSD License
ADLivelyTableView is a drop-in subclass of UITableView that lets you add custom animations to any 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.
FMMoveTableView screenshot

FMMoveTableView

April 02, 2012 • Custom License
An iOS UITableView subclass that allows you to move rows without being in edit mode simply by tapping and holding the appropriate row.
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...
AutocompletionTableView screenshot

AutocompletionTableView

March 20, 2012 • BSD License
UITableView offering suggestions from a custom dictionary as user types text in UITextField.
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.
KNPathTableViewController screenshot

KNPathTableViewController

January 13, 2012 • MIT License
KNPathTableViewController is an UITableViewController with an customizable overlay panel that shows up when you scroll, inspired by Path app. It is meant to be simple and flexible that can be ea...
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.