I’ve mentioned a number of libraries and components for creating complex table views such as STXDynamicTableView which provides many different custom cell types for photo feed layouts.
Here’s a library call AMBTableViewController that makes use of Prototype Cells within the Xcode Storyboard tool for managing complex table view layouts. An extensive example is included.
The features of AMBTableViewController include:
– Separation of table view code into different sections
– Hide/show, add/remove sections and rows
– Dynamic cell heights
– Storyboard proptotype cell support
– A blocks based syntax
Here’s an image showing some prototype cells in the storyboard view used by AMBTableViewController, and a created table view:
You can find AMBTableViewController on Github here.
A great library for creating complex table view layouts.
- Tutorial: Using Core Animation To Apply Custom Animations To UITableView Cells
- Open Source iOS Component For Easy Auto-Scrolling Expandable Table Views
- Open Source Component For Creating Table Cells With Swipe-To-Reveal Buttons With Several Transition Effects
- Open Source iOS UITableViewCell Library Adds A More Button To Your Table View Cells
- Open Source Control For Easy Customizable Gesture Controlled Table View Cells
Original article: Open Source iOS Library For Creating Complex Table Views That Uses Storyboards Prototype Cells
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.