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:
You can find CLTableWithFooterViewController on Github here.
A handy table view enhancement that works well.
- Drop-In Open Source Library For Creating Wacky Animated UITableViews
- Best Resources In iOS Development – April 9th, 2012
- Open Source iPhone Component For Elegant Sliding Views Inspired By Path 2 And Facebook Apps
- Easy Wrapper For Open Source Interactive 3D Globe Component WhirlyGlobe
- Open Source Library That Makes It Easy To Add Stylish Indexes To UITableViews
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.