ARTableViewPager 是一个水平列表视图,支持滚动和翻页的 iOS 组件。 -> -><
TDBadgedCell 是 UITableViewCell 的子类实现了在列表项的右侧显示徽章信息。<
Collection View 是使用 UITableView 和 NSCollectionView 实现的简单集合视图。<
JBSlidingTableViewCell 是 UITableViewCell 的之类,可实现将内容视图滑开并显示另外的视图,类似 Facebook 和 Twitter 的 app。<
PanelTableView 实现了在 UIScrollView 对多个 UITableView 进行管理的功能。<
ReorderTableViewController 可以实现对 UITableView 中的元素进行拖拉重新排序。<
ComboBox for UITableView 让你直接在 UITableView 上实现下拉菜单效果。<
GCRetractableSectionController 是一个工具类用来简化 UITableView 在触摸后的状态变化。另外也让 UITableView 具有条目收缩的功能。<
TISwipeableTableView 可以让你在 UITableView 中滑动并揭示背后的内容。 Allows you to swipe a UITableViewCell and rev...<
AutoResizingEditableTableViewCell 是 iOS UITableViewCell 的扩展,可实现自动根据单元格中的文本来调整高度。<