MGSwipeTableCell v1.5.0 Release Notes

    • ๐Ÿ”‹ Feature: Add predefined and configurable easing functions to the API. Swipe animations are now splitted into different settings so you can now use different animations (easing function, duration, etc) for each kind of animations: show swipe, hide swipe, stretch cell from already swiped buttons and more.
    • ๐Ÿ”‹ Feature: Full support for Spotify App like swipe animations. Create new Spotify Demo project.
    • ๐Ÿ”‹ Feature: add onlySwipeButtons property that allows to only swipe the buttons and keep the cell content static
    • ๐Ÿ”‹ Feature: add fromOffset argument to the canSwipe delegate method. Useful for supporting sidebar menus with swipe to open. You can use it to restrict the cell from being swiped if the offset is to close to the edge.
    • ๐Ÿ”‹ Feature: add preservesSelectionStatus property that allows to control whether selection/highlight is changed when swiped.
    • ๐Ÿ”‹ Feature: add keepButtonsSwiped property to Swipe settings
    • ๐Ÿ”‹ Feature: new delegate method: shouldHideSwipeOnTap:(CGPoint) point. Now you can cancel to hide opened swipe depending on the tap point
    • ๐Ÿ”‹ Feature: new delegate methods: swipeTableCellWillBeginSwiping & swipeTableCellWillEndSwiping. Useful to make cell changes that only are shown after the cell is swiped open
    • ๐Ÿ›  Fixed issue #113: Bug when changing the orientation of the device
    • ๐Ÿ›  Fixed typo throughout readme and source of "swiping"
    • ๐Ÿ›  Fixed issue #100: canSwipe not working when swipe to the allowed direction and swipe with inertia to the forbidden direction
    • ๐Ÿ›  Fixed clip mask when animating expansion
    • Keep expansion color while expansion is animating to 0