Tag Archives: Mobile

iOS Grand Central Dispatch

GCD provides three main types of queues:  1.1 Main queue Main queue runs on the main thread and is a serial queue. This is a common choice to update the UI after completing work in a task on a … Continue reading

Posted in iOS | Tagged , , , , | Leave a comment