MGSwipeTableCell
MGSwipeTableCell copied to clipboard
Button press triggers fill
Is there a way to trigger the fill on a button press? I'm looking for something similar to how the fillOnTrigger flag behaves.
I dont see a param or function to trigger that fill
Thanks!
Hi,
Check this method, it allows to trigger an expansion programmatically:
-(void) expandSwipe: (MGSwipeDirection) direction animated: (BOOL) animated;