MGSwipeTableCell icon indicating copy to clipboard operation
MGSwipeTableCell copied to clipboard

Button press triggers fill

Open billybil opened this issue 8 years ago • 1 comments

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!

billybil avatar Sep 19 '16 19:09 billybil

Hi,

Check this method, it allows to trigger an expansion programmatically:

-(void) expandSwipe: (MGSwipeDirection) direction animated: (BOOL) animated;

MortimerGoro avatar Oct 01 '16 23:10 MortimerGoro