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

Feature request. Need implementation for alertViewShouldEnableFirstOtherButton: delegate method

Open gerchicov-bp opened this issue 9 years ago • 0 comments

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

gerchicov-bp avatar Jun 22 '16 14:06 gerchicov-bp