RKDropdownAlert icon indicating copy to clipboard operation
RKDropdownAlert copied to clipboard

Block support

Open garyjohnson opened this issue 8 years ago • 1 comments

Thanks for writing this. Wondering if you've considered using block callbacks instead of delegate pattern? It would allow the completion handling code to live near where the alerts are shown instead of being handled in a separate method (that might include a large switch statement if you're showing lots of alerts in a single view). I'd be happy to submit a PR if you're interested in exploring further.

garyjohnson avatar Apr 20 '16 14:04 garyjohnson

yea absolutely, i'm happy to take a look at any solution you propose. I think it's tough to completely flip the internals now since there are people depending on this project (which has honestly been my major reason for not changing it).

cwRichardKim avatar Sep 20 '16 04:09 cwRichardKim