Sumi-Interactive / SIAlertView

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

Fixed a few crashes and frozen UI issues. #49

Closed thomasthiriez closed 11 years ago

thomasthiriez commented 11 years ago

An uninitialised variable, and some object lifetime issues could cause crashes or frozen UI. Fixes issue #42.

thomasthiriez commented 11 years ago

Disregard. I figured out the crashes were caused by me not compiling in ARC mode.