SwipeCellKit v1.9.0 Release Notes

  • โž• Added

    • โž• Added highlighted background color for action button. (#52)

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Correctly setting the parents project to support iOS 9.0+. (#40)
    • ๐Ÿ›  Fix issue where using non-SwipeTableViewCell within a UITableView interfered with didSelectRowAtIndexPath. This was caused by the assumption all cells in a UITableView extend SwipeTableViewCell. (#37) (#43)
    • โž• Add protection against superview in point(inside:) being nil and crashing. (#46)