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 »

Swift URL L4.4.1

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 »

Network Requests L4.1.1

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 L6.4.4

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 »