Hacker News new | past | comments | ask | show | jobs | submit login

This thing needs to use threads. It's almost embarrassing to not make use of that when facilities like Grand Central are readily available.

The app locked up for me beach ball-style when doing an update. There's no reason for this. Do not block the UI thread. Ever!




My first thought after clicking a single button. GCD threads are cheap and easy - just launch a spinner and start a thread, don't block the main one.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: