Sumi-Interactive / SIAlertView

An UIAlertView replacement with block syntax and fancy transition styles.
MIT License
2.51k stars 424 forks source link

Refactoring and optimizations #13

Closed jessesquires closed 11 years ago

jessesquires commented 11 years ago

I've decoupled SIAlertView into its respective subclasses in separate files and changed SIAlertItem to a proper subclass of UIButton, now SIAlertButton. Also, I've added more button types that are drawn with Core Graphics and the option to use a custom color for the buttons.