Open Source: Custom UITableViewCell Implementation For Easy Swipeable TableView Cells

UITableView usage and customization is a topic that comes up frequently on this site and most recently I mentioned a library and example showing how to apply some crazy animations to a UITableView.

Previously I also mentioned the excellent TISwipeableTableView cell library which is great for creating swipeable tableview cells.  Today I came across a similar library created for the same purpose, but with a key difference.

The key difference is that this new library does not extend UITableViewController so you can stick with the UITableViewController implementation you are already using.

With this library you simply use the custom UITableViewCell implementation for those cells you wish to have swipeable properties.

The library is ZKRevealingTableViewCell from Alez Zielenski.

You can find the library on Github here.

A nice implementation great if you want to stick with your current UITableViewCell implementation.

©2012 iPhone, iOS 5, iPad SDK Development Tutorial and Programming Tips. All Rights Reserved.

.

DeliciousTwitterFacebookLinkedInEmail


Leave a Reply

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