UIAlertView-Blocks
UIAlertView-Blocks copied to clipboard
Feature request. Need implementation for alertViewShouldEnableFirstOtherButton: delegate method
UIAlertViewDelegate contains method alertViewShouldEnableFirstOtherButton:`` but your code doesn't allow to use it because it sets delegate toself``` (this category) and so it is impossible just to write this method outside this category when it is necessary