Sumi-Interactive / SIAlertView

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

Add support for changing the button images #33

Closed trispo closed 11 years ago

amay commented 11 years ago

Any thoughts on when this might get pulled in? This library is great, and we can almost use it, as is, if we had the ability to customize the button image like this.

kyoji2 commented 11 years ago

Hi @trispo & @amay The image implementation look good to me. But the TextView one need some thought, I think UILabel should be used for text that is no exceed the max line count.

So commit 49c1ffbd703f86b8b1ddffd5741a39af71317731(Add support for changing the button images) is cherry picked.