30 likes | 126 Views
There are many reasons for using NSThread in your application based on the architecture and complexity of the application. The main purpose to use threads in application, is concurrency and asynchronously working for process and send notification message to main thread. By this way, developer doesn’t needs to block main thread while applications are executing different tasks.
E N D