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-
SwipeTableViewCellwithin aUITableViewinterfered withdidSelectRowAtIndexPath. This was caused by the assumption all cells in a UITableView extendSwipeTableViewCell. (#37) (#43) - Add protection against
superviewinpoint(inside:)beingniland crashing. (#46)