UIAlertView-Blocks icon indicating copy to clipboard operation
UIAlertView-Blocks copied to clipboard

Block won't trigger when using [actionSheet addButtonItem:(RIButtonItem *)]

Open yijiasu opened this issue 11 years ago • 2 comments

It works normally when I use the default init method " [[UIActionSheet alloc] initWithTitle:cancelButtonItem:destructiveButtonItem:otherButtonItems]".

But when i use the addButtonItem method to dynamically add ActionSheet button items, the block will not trigger when i tap the button

yijiasu avatar Aug 09 '14 03:08 yijiasu

+1 seeing this as well. I swear it used to work.

twobitlabs avatar Mar 12 '15 18:03 twobitlabs

This was fixed in #40

twobitlabs avatar Mar 13 '15 16:03 twobitlabs