# horizontalTableview-swift **Repository Path**: hqs.com/horizontaltableview-swift ## Basic Information - **Project Name**: horizontalTableview-swift - **Description**: No description available - **Primary Language**: Swift - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QHorizontalTableView useful extensions for swift #### Podfile To add it into your Xcode project using CocoaPods, specify it in your `Podfile`: ```ruby source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'TargetName' do pod 'QHorizontalTableView' end ```