CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Nov 2015 |
Maintained by Valentino Urbano.
An easy-to-use PFTableViewCell subclass that implements a swipeable content view which exposes utility buttons (similar to iOS 7 Mail Application) to be used in an application which uses Parse as backend.
In your Podfile:
pod 'ParseSWTableViewCell', '~> 0.3.8'
Or just clone this repo and manually add source to project
Refer to SWTableViewCell Readme for how to use it.
Everything is identical, apart from what to import which is ParseSWTableViewCell/SWTableViewCell.h
instead of SWTableViewCell/SWTableViewCell.h
Remember to clean SHIFT + CMD + K if you were using SWTableViewCell!
In the bridging header:
import <ParseSWTableViewCell/SWTableViewCell.h>
In your cell class and tableViewController:
import ParseSWTableViewCell
Use the original SWTableViewCell Github issues page to track bugs and feature requests regarding SWTableViewCell.
For Issues regarding the Parse integration you can open an Issue here.
Valentino Urbano
MIT