Latest | 1.0 |
---|---|
Homepage | https://github.com/JoeFryer/JDFIndexPathFinder |
License | MIT |
Platforms | ios 7.0, requires ARC |
Frameworks | UIKit |
Authors |
[](https://travis-ci.org/Joe Fryer/JDFIndexPathFinder)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
JDFIndexPathFinder is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "JDFIndexPathFinder"
Author
Joe Fryer, [email protected]
License
JDFIndexPathFinder is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "JDFIndexPathFinder", "version": "1.0", "summary": "A UIViewController category for getting the indexPath of a UITableView/UICollectionView from a cell's subview.", "description": "JDFIndexPathFinder is a UIViewController category for getting the indexPath of a UITableView/UICollectionView from a cell's subview.", "homepage": "https://github.com/JoeFryer/JDFIndexPathFinder", "license": "MIT", "authors": { "Joe Fryer": "[email protected]" }, "source": { "git": "https://github.com/JoeFryer/JDFIndexPathFinder.git", "tag": "1.0" }, "social_media_url": "https://twitter.com/joefryer88", "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "frameworks": "UIKit" }
Wed, 02 Mar 2016 01:32:03 +0000