Search results for tableviewcontroller

TableviewPaginator screenshot

TableviewPaginator

December 17, 2018 • Apache 2.0 License
While paginating in UITableView, several things required to do manually, when doing this task for each and every view controller, code duplicity and effort is high priority issue. To resolve this u...
ContactHelperSwift3 screenshot

ContactHelperSwift3

March 09, 2017 • MIT License
ContactHelperSwift3 contains Fetch, Delete, Add and Update Contact Functionality
UIEmptyState screenshot

UIEmptyState

March 01, 2017 • MIT License
An empty state control to give visually appealing context when building iOS applications.
SZLoadingTableViewController screenshot

SZLoadingTableViewController

May 07, 2016 • MIT License
A subclass on UITableViewController that provides a center loading and scroll bottom to load more data.
LoadMoreTableViewController screenshot

LoadMoreTableViewController

March 06, 2016 • Unspecified License
LoadMoreTableViewController is a TableViewController that helps you to show some data like fetched from a web API successively.
AccordionTableViewController screenshot

AccordionTableViewController

August 31, 2015 • MIT License
Swift version of https://github.com/klevison/KMAccordionTableViewController
SKStatefulTableViewController screenshot

SKStatefulTableViewController

June 23, 2015 • MIT License
UITableviewController subclass that supports pull-to-refresh, load-more, initial-load, and empty states.
RBStatefulTableViewController screenshot

RBStatefulTableViewController

May 14, 2015 • MIT License
An UITableViewController that allows you to change between multiple states (i.e. Loading, Empty, Populated) and have your tableview animate the data changes.
APDynamicHeaderTableViewController screenshot

APDynamicHeaderTableViewController

May 13, 2015 • MIT License
A simple table view controller with a header view made as a recreation of the Instagram header written in Swift. It's a very simple control that I whipped up in a few days and the header is simply ...
RLDTableViewSwift screenshot

RLDTableViewSwift

May 10, 2015 • Apache 2.0 License
Reusable table view controller, data source and delegate for all your UITableView needs in Swift
RLDTableViewSuite screenshot

RLDTableViewSuite

May 07, 2015 • Apache 2.0 License
Reusable table view controller, data source and delegate for all your UITableView needs
JTTableViewController screenshot

JTTableViewController

April 22, 2015 • MIT License
A ViewController for manage pagination and loaders for iOS.
ContentTableViewController screenshot

ContentTableViewController

February 25, 2015 • GPL License
Super simple way to present content. A template table view that can take several kinds of objects and present them on-the-fly with one line of code. Customization of the view controller can be done...
Organic screenshot

Organic

February 12, 2015 • MIT License
The intuitive UITableViewController. A UITableViewController subclass designed with efficiency and maintenance in mind, and tries its best to handle just about everything for you. No more if-...
PTEHorizontalTableView screenshot

PTEHorizontalTableView

January 16, 2015 • Apache 2.0 License
Horizontal UITableView inspired by EasyTableView
AMBTableViewController screenshot

AMBTableViewController

September 28, 2014 • Apache 2.0 License
Storyboard and Prototype Cells-centric block-based UITableView controller to manage complex layouts.
MAActionCell screenshot

MAActionCell

August 28, 2014 • MIT License
MAActionCell is intended to be used with the MATableViewSection object to hugely simplify and consolidate all of the logic surrounding creating static UITableViews and handling the data source and ...
UITableViewController-Containment-Demo screenshot

UITableViewController-Containment-Demo

May 30, 2014 • MIT License
This 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.
KMAccordionTableViewController screenshot

KMAccordionTableViewController

May 18, 2014 • MIT License
Accordion UITableViewController component based on Apples's example.
DKPaginatedTableViewController screenshot

DKPaginatedTableViewController

March 13, 2014 • MIT License
Paginated Table View Controller - controller for pagination data in UITableViewController. You need just to inherit your table view controller from DKPaginatedTableViewController. Please revi...