UIAlertView-Blocks
UIAlertView-Blocks copied to clipboard
Added compatibility so this project can be used by most other UIAlertView categories that add blocks.
- 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.