Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Releases: alikaragoz/MCSwipeTableViewCell

MCSwipeTableViewCell v2.1.4

18 Jul 10:58
Compare
Choose a tag to compare

MCSwipeTableViewCell v2.1.3

14 Jul 20:04
Compare
Choose a tag to compare
  • Minor Xcode warning fixes

MCSwipeTableViewCell v2.1.2

21 Sep 17:29
Compare
Choose a tag to compare
  • Use of property getter for shouldDrag instead of ivar for more flexibility. 57549e5

MCSwipeTableViewCell v2.1.0

02 Feb 12:36
Compare
Choose a tag to compare
  • Added the ability to set multiple states when setting swipe gesture. This allows you to use the same configuration for several states. a59c36c
  • Improved behaviour of the sliding view when the 1st and 2nd triggers have been changed. 50d2297

MCSwipeTableViewCell v2.0.0

16 Jan 20:14
Compare
Choose a tag to compare
  • 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 a UIImage 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

05 Jan 18:24
Compare
Choose a tag to compare
  • 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.