Swift And Objective-C Libraries That Simplify Working With UITableView

I’ve mentioned a number of libraries for working with table views most recently a component for creating table views with images displayed with a nice parallax effect.

Here’s an open source library called RLDTableView that provides a set of classes for creating complex table views and simplifying usage of UTTableView from Rafael López Diez.

RLDTableView includes both Swift and Objective-C libraries and is based on the Model-View-Presenter pattern and the datasource and delegate protocols are fully implemented to provide access to all UITableVIew features. Examples are included with the libraries.

An image from the table view showing several table views created with RLDTableViewSuite:

RLDTableView

You can find RLDTableViewSwift on Github here.

You can find the Objective-C version RLDTableViewSuite on Github here.

A nice library for working with table views.

Original article: Swift And Objective-C Libraries That Simplify Working With UITableView

©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *