BMXSwipableCell icon indicating copy to clipboard operation
BMXSwipableCell copied to clipboard

A custom UITableViewCell that supports swipe to reveal (similar to iOS7 Mail App)

Results 7 BMXSwipableCell issues
Sort by recently updated
recently updated
newest added

![0](https://cloud.githubusercontent.com/assets/13606149/17235448/bb28dd56-5573-11e6-87e2-2eb9552e8c74.png) ![1](https://cloud.githubusercontent.com/assets/13606149/17235457/ce376fca-5573-11e6-8027-5df77e03febe.png)

Hi Guys, I'm using BMXSwipableCell and using autolayout in it getting crash..Means when I add autolayout to controls and make BMXSwipableCell to its baseClass...App gets crashed. This reason is :-...

I have buttons in my cell but they aren't tappable. Any quick tips on how to use this library and keep my `contentView` buttons capable of being tapped?

There's a line in your code where you do exact floating point equality testing. If, for example, the basementVisibleWidth is non-integer and non-power-of-two decimal, it will always fail and keep...

Environment Use BMXSwipableCell with NSFetchedResultsController. Steps to reproduce: 1. update ManagedObject, that is presented in Cell 2. when - (void)controller:(NSFetchedResultsController *)controller didChangeObject:(id)anObject atIndexPath:(NSIndexPath *)indexPath forChangeType:(NSFetchedResultsChangeType)type newIndexPath:(NSIndexPath *)newIndexPath getting called for...

ios 7 mail app correctly handles screen rotation