69 skills found · Page 1 of 3
mamaral / OrganicThe intuitive UITableViewController.
kentnguyen / KNPathTableViewControllerUITableViewController with customizable overlay panel while scrolling, inspired by Path
TomThorpe / UITableViewZoomControllerA Cocoa Touch UITableViewController subclass in Objective C that provides a zoom effect as cells appear for the first time (similar in style to Google+ iPhone app)
ca-archived / AMBTableViewControllerStoryboard and Prototype Cells-centric block-based UITableView controller to manage complex layouts.
jeantimex / CollapsibleTableSectionViewController:tada: Swift library to support collapsible sections in a table view.
tadija / AEAccordionSimple and lightweight UITableViewController with accordion effect (expand / collapse cells)
klevison / KMAccordionTableViewControllerAccordion UITableViewController component based on Apples's example. Swift version: https://github.com/klevison/AccordionTableViewController
rnystrom / UITableViewController Containment DemoThis is a sample project showing how to contain a UITableViewController in another VC with a Search Bar + Display Controller working as if it were all in a UITableViewController.
nicolasgomollon / LPRTableViewA drop-in replacement for UITableView and UITableViewController that supports long-press reordering of cells.
marcosgriselli / AppStoreSearchAn example implementation of the iOS 11 App Store Search tab
adimango / POPDownMenuTableA UITableViewController subclass that implements a popdown-menu functionality
arslanbilal / Swift TableViewSimple UITableView application on Swift Language
morizotter / SwiftRefresherSwiftRefresher is one of the alternatives of UIRefreshControl.
shiki / SKStatefulTableViewControllerUITableviewController subclass that supports pull-to-refresh, load-more, initial-load, and empty states.
ko1o / PYTableViewController这是一个对系统自带的UITableViewController的封装的tableViewController框架,通过简单的操作,快速完成一个基本的tableViewController
wess / WCGridViewA Very simple drop in Grid View for iOS, modeled after UITableView/UITableViewController
bigfish24 / ABFRealmTableViewControllerUITableViewController With Data Binding To Realm Object Class
tkeithblack / DynamicUITableViewControllerThis subclass of the iOS UITableViewController makes it easy to hide rows and/or sections in a static grouped UITableViewController
jstedfast / MonoTouch.SQLiteAn abstract UITableViewController for SQLite databases.
neallober / NLFetchedResultsTableA small open-source library that lets you quickly create a UITableViewController that is backed by an NSFetchedResultsController.