// source就是要显示的数据,图片什么的,随意啦, format: Array<Array<AnyObject>>
let viewController = DHCollectionTableViewController(source: mutableArray)
self.root = UINavigationController(rootViewController: viewController)
Ash Furrow's objc-proj on GitHub: https://github.com/AshFurrow/AFTabledCollectionView
These specifications and CocoaPods are available under the MIT license.