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), the right-most SWRevealTableViewCell button gets obscured. The buttons should be offset to the left by about 15 pixels in this situation.
It could be as easy as passing a tableSectionIndexOffset value during cellForRowAtIndexPath: or maybe even a BOOL.

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), the right-most SWRevealTableViewCell button gets obscured. The buttons should be offset to the left by about 15 pixels in this situation.
It could be as easy as passing a tableSectionIndexOffset value during cellForRowAtIndexPath: or maybe even a BOOL.
