ryanmaxwell / UIAlertView-Blocks

Category on UIAlertView to use inline block callbacks instead of delegate callbacks.
MIT License
425 stars 58 forks source link

Call to show method on main thread #6

Closed patoroco closed 10 years ago

patoroco commented 10 years ago

Ensure that the show method call is done on main thread. Sometimes it failed me because I was calling it on other thread.