This repository has been archived by the owner on Jul 12, 2019. It is now read-only.
Releases: alikaragoz/MCSwipeTableViewCell
Releases · alikaragoz/MCSwipeTableViewCell
MCSwipeTableViewCell v2.1.4
- Added Carthage support
MCSwipeTableViewCell v2.1.3
- Minor Xcode warning fixes
MCSwipeTableViewCell v2.1.2
- Use of property getter for
shouldDrag
instead of ivar for more flexibility. 57549e5
MCSwipeTableViewCell v2.1.0
MCSwipeTableViewCell v2.0.0
- Gestures are now added per state basis via the
-setSwipeGestureWithView:color:mode:state:completionBlock
. - Added the ability the set a
UIView
in the state indicator instead of aUIImage
via the image name which was not very convenient. - Support of accessory views and edition mode.
- Spring based animations on iOS 7 and above.
- Improved header documentation.
- Bug fixes.
MCSwipeTableViewCell v1.2.0
- Added the ability to change the triggers percentage.
- Added the ability to disable left or right swipe.
- Added a method to manually swipe back the cell to it's original position.
- Added a delegate method to detect if the user swiped the cell but did not trigger any state.
- Fixed a potential crash when provided image is nil.