BMXSwipableCell
BMXSwipableCell copied to clipboard
A custom UITableViewCell that supports swipe to reveal (similar to iOS7 Mail App)
 
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...
(removed)
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