Egemen TÜRK

Results 2 comments of Egemen TÜRK

cell.addSwipeTrigger(forState: .state(0, .left), withMode: .toggle, swipeView: checkView, swipeColor: greenColor, completion: { cell, trigger, state, mode in print("Did swipe \"Checkmark\" cell") cell.isUserInteractionEnabled = false }) just add to completion cell.isUserInteractionEnabled =...