Skip to content
#

codable

Here are 380 public repositories matching this topic...

The 4th consolidation project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. The app presents a list of friends, a list of their friends' friends (etc.), along with their respective details; the data is being downloaded and cached using Codable and Core Data. A complete project I have written from scratch.

  • Updated Feb 4, 2023
  • Swift

CodableExtension contains helper methods for Decodable objects. The Codable documention from Apple is already very good and the Codable library from the Standard Swift Library in my opinion is exceptional. Everything can always be made easier, therefore I have made these extensions which allow for me to write even less code than what we do already.

  • Updated Jan 28, 2018
  • Swift

The 10th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A multi-screen app for ordering cupcakes using ReqRes.in. Complete project, including solutions to all the challenges (the third one can be found on "alternative" branch) (+ solution to the 1st challenge of Project 15).

  • Updated Feb 11, 2023
  • Swift

Improve this page

Add a description, image, and links to the codable topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the codable topic, visit your repo's landing page and select "manage topics."

Learn more