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

Added compatibility so this project can be used by most other UIAlertView categories that add blocks.

Open BenMaer opened this issue 11 years ago • 0 comments

  • Renamed project and files suffix from 'Blocks' to 'ButtonItemBlocks' (to avoid '-Blocks' and '+Blocks' and other conflicts).
  • UIAlertView+ButtonItemBlocks.m: Added ButtonItemBlocks_AlertViewDelegate_Delegate to handle the UIAlertViewDelegate calls directly, as other UIAlertView block categories often implement the UIAlertViewDelegate methods as well, which creates a conflict.

BenMaer avatar Jan 02 '15 19:01 BenMaer