Open Source Component For Easily Adding A Footer To Your UITableViews

I’ve mentioned a number of custom table view components, most recently a custom UITableViewCell allowing you to add in images with gesture controlled side-scrolling.

Here’s an open source component from Chris Ledet that you can use to enhance your table views by adding a footer at the bottom called CLTableWithFooterViewController.

To use the component you simply need to add it in your app with one line of code specifying the image to use in the footer.  When the user scrolls to the bottom of the table view the footer smoothly displays, but does not bounce.

Here’s an image showing CLTableWithFooterViewController in action:

CLTableWithFooterViewController

You can find CLTableWithFooterViewController on Github here.

A handy table view enhancement that works well.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Open Source Component For Easily Adding A Footer To Your UITableViews

©2013 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 *