Skip to content

1.9.0

Compare
Choose a tag to compare
@kurabi kurabi released this 17 Jun 22:51
· 136 commits to develop since this release

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)