MGSwipeTableCell icon indicating copy to clipboard operation
MGSwipeTableCell copied to clipboard

Feature request: Add a feature to show that cells can be swiped

Open numen31337 opened this issue 9 years ago • 1 comments

This would be nice to have some feature like the Facebook have to show newbie users that cell can be swiped. They just force a cell swipe control to jump a bit and make it obviously to the user that cells can be swiped.

numen31337 avatar Mar 06 '17 10:03 numen31337

Using these functions along with dispatch_after you could create that effect

func hideSwipeAnimated(animated: Bool)
func showSwipe(direction: MGSwipeDirection, animated: Bool)

I'll add some code in the readme about this

MortimerGoro avatar Mar 19 '17 11:03 MortimerGoro