Albert

Results 8 comments of Albert

Hi @MortimerGoro , I got the following warning and the swipe feature cannot work in Swift3 project now. It's urgent. How can I fix it? Instance method 'swipeTableCell(_:swipeButtonsFor:swipeSettings:expansionSettings:)' nearly matches...

@MortimerGoro It seems Swift3 cannot interpret the Objective C functions correctly. I can **FIX** the above issue by rename **swipeTableCell:canSwipe:** to **swipeTableCell_2:canSwipe:** It has some conflict/ambguious with the following method:...

@spiking , sorry, it's a typo. I corrected it. You should update the code in MGSwipeTableCell directly. That is, use a different name from the following one: `swipeTableCell:swipeButtonsForDirection:swipeSettings:expansionSettings:` Eg. rename...

@MortimerGoro I've updated the code to 1.5.6 version. It works! Thank you !

@spiking , you can try my solution mentioned in https://github.com/MortimerGoro/MGSwipeTableCell/issues/232

Same here. Is this behavior by design?