MortimerGoro / MGSwipeTableCell

An easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions.
MIT License
6.96k stars 1.07k forks source link

Button press triggers fill #234

Open billybil opened 8 years ago

billybil commented 8 years ago

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!

MortimerGoro commented 8 years ago

Hi,

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

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