皮埃尔·伯纳德

2个pod
HHPanningTableViewCell is a UITableViewCell implementing "swipe to reveal" a drawer view. Such a view typically holds action buttons applying to the current row.
这种行为在很多iOS应用程序中都存在。据我所知,这种理念是由洛伦·布里切特为Tweetie(即iPhone版的Twitter)开创的。
HHPanningTableViewCell的实现是为ACTPrinter 4.0应用程序编写的。
许可证:BSD
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.
从外观上看,实现方式类似于许多iOS应用程序中看到的滑动菜单或导航栏。据我所知,这种理念是由Facebook应用程序开创的。
HHTabListController的实现是为ACTPrinter 4.0应用程序编写的。这里展示的代码与发售产品中使用的代码完全相同。
许可证:BSD