Pierre Bernard

2pods

HHPanningTableViewCell

               HHPanningTableViewCell is a UITableViewCell implementing "swipe to reveal" a drawer view. Such a view typically holds action buttons applying to the current row.

This behavior is seen in a number of iOS applications. To my knowledge the idea was pioneered by Loren Brichter for Tweetie (aka Twitter for iPhone).

The HHPanningTableViewCell implementation was written for the ACTPrinter 4.0 application.

License: BSD

  • Objective C

HHTabListController

               HHTabListController is an implementation of a tab controller where tabs are listed in a table view hidden behind the active view controller. The list of tabs may be revealed using a swipe gesture or by touching a button.

Visually the implementation is similar to the sliding menu or navigation bar seen in many iOS applications. To my knowledge the idea was pioneered by the Facebook app.

The HHTabListController implementation was written for the ACTPrinter 4.0 application. The code presented here is identical to the one used in the shipped product.

License: BSD

  • Objective C