Open Source iOS UITableViewCell Library Adds A More Button To Your Table View Cells

I’ve mentioned some excellent libraries that make it easy to create gesture responsive tableview cells such as MCSwipeTableViewCell and RMSwipeTableViewCell.

Here’s a library submitted by Manfred Scheiner that takes a different approach from most libraries in enhancing the table view cell called MSCMoreOptionTableViewCell.

MSCMoreOptionTableViewCell adds a more button to your table view cells, but uses Apple’s own swipe to delete behavior rather than rewriting everything and adding in gestures.  You can then easily track if the more button is pressed.

Here’s an image of a UITableView with a more button showing in a cell:

MSCMoreOptionTableViewCell

You can find MSCMoreOptionTableViewCell on Github here.

A nice simple enhancement for your table views.  Thanks to Manfred for the submission.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Open Source iOS UITableViewCell Library Adds A More Button To Your Table View Cells

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