GCD and Queues L4.5.2
Grand Central Dispatch (GCD) GCD is an open source framework made available by apple for both iOS and OSX. GCD makes concurrent programming easier by abstracting »
Grand Central Dispatch (GCD) GCD is an open source framework made available by apple for both iOS and OSX. GCD makes concurrent programming easier by abstracting »
We can add headers to a NSMutableURLRequest by storing the headers we want to include in a dictionary and assigning them to the allHTTPHeaderFields attribute of »
Building The Url We initialize a URLComponents object and set the scheme host and path attributes with normal string values. The we initialize an array to »
URLSession refers to network requests as "tasks" Any task used by URLSession is a subclass of URLSessionTask which has three main tasks Data Task - Returns »
Collection Views vs. Table Views UICollectionViews and UITableViews have a lot in common. Both employ reusable cells, as well as have delegate and datasource protocols composed »