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
Easy to use UITableViewCell implementing swiping to trigger actions.
Repository from Github https://github.commoritzsternemann/SwipyCell
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