Cocoanetics / DTFoundation

Standard toolset classes and categories
BSD 2-Clause "Simplified" License
805 stars 237 forks source link

DTActionSheet and DTAlertView improvements #80

Closed rsanchezsaez closed 10 years ago

rsanchezsaez commented 10 years ago

DTActionSheet: Using UIActionSheetDelegate protocol instead of UIAlertViewDelegate protocol DTAlertView: Removed unneeded _externalDelegate ivar

odrobnik commented 10 years ago

manually merged in b4ab2db96ece20f35022413c83f2d32309aba67f

rsanchezsaez commented 10 years ago

:+1:

odrobnik commented 10 years ago

@rsanchezsaez Can you please see if the current state in develop works? I am about to do the 1.7.3 release.

rsanchezsaez commented 10 years ago

Done! Tested latest develop head on iOS 8 GM on a iPhone 5c, and on iOS 7.1 on the simulator. DTActionSheet and DTAlertView work on both and don't show any warnings. ;-)

odrobnik commented 10 years ago

Awesome @rsanchezsaez! thanks for the test. I'm releasing it.