Cocoanetics / DTFoundation

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

DTActionSheet fix #77

Closed rsanchezsaez closed 10 years ago

rsanchezsaez commented 10 years ago

I applied the same fix to DTActionSheet (didn't add new unit tests though).

I also removed the no longer needed _externalDelegate ivar and dealloc method from DTAlertView.

Tested on iOS 8 beta 5 and on iOS 7.1.2.

odrobnik commented 10 years ago

This was addressed in a different way in #78