iOS MVVM Pattern: Networking & Model - Part 3

Опубликовано: 28 Февраль 2026
на канале: Swift Academy
8,097
99

In the third episode of this series we are going to learn:
How to store network constants in a singleton class
How to convert raw JSON file to model
How to use Result type in swift
How to call network requests inside of ViewModel

Api website:
https://www.themoviedb.org

Convert JSON to model:
https://app.quicktype.io

JSON Viewer:
http://json.parser.online.fr

Source Code:
https://github.com/sajjadsarkoobi/Mov...