If you’ve been working with UITableView’s then you’ve likely run into a situation where you had multiple groups of cells that the user has to scroll an excessively long way down the screen to use.
I came across a library today that is very handy for this situation, it allows you to make each section of the tableview collapsible with ease, and each segments collapses and expands with a very smooth and natural animation. The library is very easy to use, and comes with a detailed step by step tutorial so that you can implement it quickly.
You can find the library along with the tutorial on Codeproject here:
Reusable collapsable table view for iOS
Very handy if you have a grouped table view that has gotten too long.
©2011 iPhone, iOS 4, iPad SDK Development Tutorial and Programming Tips. All Rights Reserved.
.