SWRevealTableViewCell icon indicating copy to clipboard operation
SWRevealTableViewCell copied to clipboard

Highly configurable UITableViewCell subclass to display left and right buttons, similar to iOS8 mail app, based on user pan gestures or developer programmatic actions.

Results 13 SWRevealTableViewCell issues
Sort by recently updated
recently updated
newest added

With Xcode 6.3 `SWRevealTableViewCell.m` began to receive these warnings: `SWRevealTableViewCell/SWRevealTableViewCell.m:1471:9: Absolute value function 'fabsf' given an argument of type 'CGFloat' (aka 'double') but has parameter of type 'float' which may...

Sometimes when you swipe-open the reveal cell (and it might happen more ofthen when doing it with a fast flick), there's a white flash and the cell's content completely disappears...

I have a cell height at 200. Is it possible to add the buttons on top of each other instead of next to each other or would that be a...

enhancement

I'd like to change the font/font-size on the buttons. I'd also like to set a background state (on/off) where the color changes. Are either of these possible?

Hi! Thanks for this nice piece of code. In my case, the table view is in a splitViewController, and swipes are captured by the SVC. Am I missing something ?

It's possible to know when the items is showing, maybe with a BOOL ? That is a sort of status of the items visualization. These methods.... `- (void)revealTableViewCell:(SWRevealTableViewCell *)revealTableViewCell willMoveToPosition:(SWCellRevealPosition)position;`...

If you try to add a custom element (any view) to your cell's view in IOS8 you'll see that they get away from screen very fast while swiping and they...

Hi First of all thanks for this library, it works just great. I was wondering if there's a way to change the SWCellButtonItem's image within the handler of the item....

enhancement

If your table view uses section indexes which are placed on the right-hand side of the table view (so you can quickly navigate to different sections in your alphabetized table),...