How to Make a SwiftUI App with MVVM and Protocols | Part 2

Опубликовано: 11 Март 2026
на канале: Alex Zarr
448
14

This is the 2nd video on how to create an iOS Todo List app using SwiftUI, Combine. We'll use the MVVM pattern and leverage the power of Protocols.

In this video, we'll add a new View (and its ViewModel) for adding new Tasks and implement opening it and actually adding tasks using this new view.

Link to the starter project:
https://github.com/alexzarr/TodoList/...

Complete code:
https://github.com/alexzarr/TodoList/...