App-Dev World

I'm a new iOS app developer. I'm going to record my programming learning process here, mainly in Swift language. Hope we can help each other:)

View on GitHub
14 June 2025

Architectural Patterns

by Neoren

MVVM (Model-View-ViewModel)

MVC (Model-View-Controller)

TCA (The Composable Architecture)

Analysis of architectural patterns and their compatibility with SwiftUI

MVVM

tags: iOS - Software Architecture Pattern