TeehanLax / UITableViewCell-Swipe-for-Options

A reproduction of the iOS 7 Mail app's swipe-to-reveal options
http://www.teehanlax.com/blog/reproducing-the-ios-7-mail-apps-interface/
MIT License
615 stars 99 forks source link

TLSwipeForOptionsCell's buttons are now customizable #9

Open furkanmustafa opened 10 years ago

furkanmustafa commented 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;
zzz6519003 commented 10 years ago

oops, seems the maintainer has stopped caring

ashfurrow commented 10 years ago

Looks cool – I've left T+L, so I can't merge anymore, but maybe @BrendanLynch can take a look.