Sumi-Interactive / SIAlertView

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

-fobjc-arc #15

Closed tiagojsalmeida closed 11 years ago

tiagojsalmeida commented 11 years ago

I get some errors and to fix that i needed to add the flag -fobjc-arc in the build phases -> compiled sources -> SIAlertView.

It is useful to users if they get same errors ( the error was from the singleton ).

Happy Coding!