Latest | 0.1.0 |
---|---|
Homepage | https://github.com/eman-kassem/TableInsideTable |
License | MIT |
Platforms | ios 8.0 |
Authors |
TableInsideTable subclassing UITableViewCell for embedding Table inside Another.
TableInsideTable for Using Ready-To-Go embedded table with Main UITableViewCell.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
TableInsideTable is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "TableInsideTable"
Author
Eman A. Kassem, [email protected]
License
TableInsideTable is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "TableInsideTable", "version": "0.1.0", "summary": "TableInsideTable subclassing UITableViewCell for embedding Table inside Another.", "description": "TableInsideTable for Using ready to go embedded table with Main UITableViewCell.", "homepage": "https://github.com/eman-kassem/TableInsideTable", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Eman A. Kassem": "[email protected]" }, "source": { "git": "https://github.com/eman-kassem/TableInsideTable.git", "tag": "0.1.0" }, "platforms": { "ios": "8.0" }, "source_files": "TableInsideTable/Classes/**/*" }
Fri, 03 Feb 2017 07:40:11 +0000