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
29 January 2026

MVVM Fundamentals

by Neoren

History及简介

MVVM架构中各层的职责和结构

View层

ViewModel层

Model层

小结

image-20260129232957932

数据流向

image-20260130001346508

MVVM架构的优点

PokedexUI

README.md

Cursor代码解读

tags: iOS - Software Architecture Pattern