All Versions
26
Latest Version
Avg Release Cycle
78 days
Latest Release
-

Changelog History
Page 3

  • v1.4.3 Changes

    • ๐Ÿ›  Fixed crash with different class cells in multiple section tables
    • โž• Add completion handlers to convenience show/hide methods
  • v1.4.2 Changes

    • ๐Ÿ›  Fixed issue #89: Swipe fails after table reload while swipping gesture is active
  • v1.4.1 Changes

    • ๐Ÿ’… Implemented Spotify App style cell expansion: added expansionLayout and expansionColor properties to MGSwipeExpansionSettings
    • ๐Ÿ†• New property allowsSwipeWhenTappingButtons. Fixed issue #80: swiping the cell when you swipe the buttons in the cell
    • ๐Ÿ›  Fixed issue #78: Swift problem with one enum
    • ๐Ÿ›  Fixed issue #82: fillOnTrigger not working properly with UITableViewCellAccessoryDisclosureIndicator
    • ๐Ÿ›  Fixed issue #84: can't compile in xcode 6.3
    • ๐Ÿ›  Fixed issue #76: Swiped cell state issue when table view is scrolling
  • v1.4.0 Changes

    • ๐Ÿ‘ Implemented allowsButtonsWithDifferentWidth property to support buttons with different widths
    • Implemented allowsMultipleSwipe feature
    • ๐Ÿ‘ Allow starting swiping on one cell while another one is open
    • Keep cell's selection state when swipe is closed
    • ๐Ÿ›  Fixed flash of the cell in its default state before the cell is deleted when fillOnTrigger is set.
    • ๐Ÿ‘Œ Improved MGSwipeButton. New utility methods to Center image over text, set edge insets, set a fixed with and more.
    • ๐Ÿ›  Other minor bugfixes
  • v1.3.6 Changes

    • ๐Ÿ‘Œ Improved gestureRecognizer ending detection. Fixed issue #50: Not able to swipe to reveal right after scrolling collection view children of cell content view
    • ๐Ÿ›  Fixed the white background issue when the cell.backgroundColor is set to UIColor.clearColor
    • โž• Added utility method to perform swipe expansions programmatically
  • v1.3.5 Changes

    • ๐Ÿ›  Fixed issue #43: Two Cell Can Swipe simultaneously