CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

ParseSWTableViewCell 0.3.8

ParseSWTableViewCell 0.3.8

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Nov 2015

Maintained by Valentino Urbano.



  • By
  • Valentino Urbano

For the original SWTableViewCell go here.

This version adds ParseUI support.

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.

Usage

In your Podfile:

pod 'ParseSWTableViewCell', '~> 0.3.8'

Or just clone this repo and manually add source to project

Functionality

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!

Swift Import

In the bridging header:

import <ParseSWTableViewCell/SWTableViewCell.h>

In your cell class and tableViewController:

import ParseSWTableViewCell

Contributing

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.

Contact

Valentino Urbano

Licence

MIT