CEWendel / SWTableViewCell

An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
MIT License
7.14k stars 1.27k forks source link

Private property - cellScrollView #388

Open paulo-gama opened 8 years ago

paulo-gama commented 8 years ago

Hi,

I'm trying to know when user swipe more than or equal half of tableview to act, same as Gmail App on iOS 9+.

But the property cellScrollView is private. How can I use this? There is other solution?

Thanks,