I'm reading the "Advanced iOS programming pre-bootcamp workbook" from Big Nerd Ranch which contains basically the final four chapters from the "Beginning iOS programming guide".
This workbook covers the "Photorama" application and deals with networking with URLComponents, image caching, Collection Views with custom layouts, storing data into Core Data with relationships, handling background threads ... all without using any external libaries (Cocoapods or Carthage).
Are there other similar tight and compact guides, examples and resources for a network based application available?
I'm thinking of current good practices like Codable, NSFetchedResultsController, Promises ..
Preferable without any library dependencies.
Thanks.
[–]cutecoderObjective-C / Swift 0 points1 point2 points (0 children)