# XTSwiftUI **Repository Path**: hyhe/xtswift-ui ## Basic Information - **Project Name**: XTSwiftUI - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-15 - **Last Updated**: 2025-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目框架简介 ### 一、项目使用Swift、SwiftUI+Combine ### 二、项目使用MVVM开发模式 ### 三、项目框架 MyApp/ ├── App/ │ ├── MyApp.swift │ └── AppEnvironment.swift ├── Models/ ├── ViewModels/ ├── Views/ ├── Services/ ├── Database/ ├── Extensions/ └── Resources/