# SwiftUI-Chinese-Documents **Repository Path**: docname/SwiftUI-Chinese-Documents ## Basic Information - **Project Name**: SwiftUI-Chinese-Documents - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-11 - **Last Updated**: 2025-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](https://developer.apple.com/assets/elements/icons/swiftui/swiftui-96x96_2x.png) # SwiftUI 更少的代码,更棒的应用程序。 > SwiftUI是一种简单而新颖的全新编程方式,我们可以利用SwiftUI的强大功能在苹果的所有平台上构建用户界面。使用一组工具和API为任何苹果设备构建用户界面。SwiftUI具有声明性的Swift语法,易于阅读和编写,它与新的Xcode设计工具无缝协作,使您的代码和设计完全同步。SwiftUI是真正的原生应用程序,所以你的应用程序可以直接访问每个平台的成熟技术,完美地实现用户喜欢的苹果生态系统。 ## 此项目主要包括: ### 1、苹果官方示例工程 ```shell git clone https://github.com/ly918/SwiftUI-Chinese-Documents.git ``` ### 2、SwiftUI官方文档中文版 > 文档主要分两大部分:官方示例教程翻译、SwiftUI源码解析。 [👉中文版](https://github.com/ly918/SwiftUI-Chinese-Documents/wiki) [👉官方版](https://developer.apple.com/documentation/swiftui) ### 3、实践探索 * [系统图标 SystemSymbols](https://github.com/ly918/SwiftUI-Chinese-Documents/tree/master/Demos/TabNavigationDemo) * [标签导航结构 Tab-Navigation](https://github.com/ly918/SwiftUI-Chinese-Documents/tree/master/Demos/TabNavigationDemo) ### 4、优秀案例 * [历时五天用SwiftUI做了一款APP,阿里工程师如何做的?](https://yq.aliyun.com/articles/717301?spm=a2c4e.11153940.0.0.1cac381drOBnhE) * [使用SwiftUI编写真正的app](https://swiftwithmajid.com/2019/06/05/swiftui-making-real-world-app/) * [如何在3分钟内使⽤SwiftUI开发⼀个新闻资讯app](https://my.oschina.net/u/3999387/blog/3122099/print) * [SwiftUI实战:从0到1研发一个App](https://www.cnblogs.com/xiaoniuzai/p/11417199.html) * [SwiftUI仿iOS系统闹钟、定时器](https://github.com/ly918/SwiftUI-iOS-Clock) ## License This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/ly918/SwiftUI-Chinese-Documents/blob/master/LICENSE) file for details.