NSThread in Objective-C
I had an issue in my iOS application at work where there was a long pause while the view for a QR reader was initializing. So I decided to use Cocoa’s Activity Indicator to try to give a better user experience. I would show the indicator before the view initialized …