moritzsternemann / SwipyCell

Easy to use UITableViewCell implementing swiping to trigger actions.

Repository from Github https://github.commoritzsternemann/SwipyCellRepository from Github https://github.commoritzsternemann/SwipyCell

Selector must be exposed as @objc function

alexleeelkins opened this issue · comments

Line 161 of SwipyCell.swift must be changed to
@objc func handlePanGesture(_ gesture: UIPanGestureRecognizer) {
to support Swift 4

Thanks! Fixed in v3.3.0