Course Overview
2h 35m | 16 Videos | 62133 Views | Intermediate
Concurrency in iOS 10:
We have covered following topics :
– Theoretical concept for Concurrency and GCD
– How to use Dispatch Queues
– How to use Quality of Service (QoS) and Priorities
– How to use Concurrent Queues and delaying execution
– Accessing the Main and Global queues, Using DispatchWorkItem objects
– Demo project
Course Objective:
- To know more about Concurrency in iOS 10
Target Customers:
- Students
- Professionals
- Anyone who wants to learn about Concurrency in iOS 10
Pre-Requisites:
- Basics of Xcode
- Basics of Swift 3