Open furkanmustafa opened 10 years ago
Added this to TLSwipeForOptionsCell
- (void)addButtonWithOptions:(NSDictionary *)options;
Removed hardcoded TLSwipeForOptionsCellDelegate functions and added this one instead;
- (void)cell:(TLSwipeForOptionsCell *)cell didSelectButtonAtIndex:(NSUInteger)index withInfoDictionary:(NSDictionary *)info;
oops, seems the maintainer has stopped caring
Looks cool – I've left T+L, so I can't merge anymore, but maybe @BrendanLynch can take a look.
Added this to TLSwipeForOptionsCell
Removed hardcoded TLSwipeForOptionsCellDelegate functions and added this one instead;