The best way to run code on a separate thread in iOS Unknown 12:07In my opinion, the best way is with libdispatch (GCD). It limits you to iOS 4 and greater, but it’s just so simple and easy to use. The code...Read More