Skip to content

Commit 71ba6a0

Browse files
committed
# Update README.md
1 parent 877ed2b commit 71ba6a0

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,17 @@
44
[![Swift](https://img.shields.io/badge/Swift-5.1-orange.svg)](https://swift.org)
55
[![Xcode](https://img.shields.io/badge/Xcode-11.0-blue.svg)](https://developer.apple.com/xcode)
66
[![Xcode](https://img.shields.io/badge/macOS-15.0-blue.svg)](https://developer.apple.com/macOS)
7-
[![MIT](https://img.shields.io/badge/licenses-GPL3.0-red.svg)](https://opensource.org/licenses/GPL-3.0)
7+
[![MIT](https://img.shields.io/badge/licenses-MIT-red.svg)](https://opensource.org/licenses/MIT)
8+
89

910
This article refers to SwiftUI [apple example](https://github.com/Jinxiansen/SwiftUI/tree/doc) and records the results of the exploration here, I hope to be helpful to you.
1011

1112
For the content described in this article, by default you have some experience based on Swift language development, so it will not describe every detail in detail; if you have doubts about Swift syntax, you can learn [Swift](https://swift.org) Grammar.
1213

1314
When learning and using `SwiftUI`, if you have any questions, you can join the SwiftUI QQ Group: **18552966** to discuss communication.
1415

15-
---
16-
17-
If you fail to compile with **Xcode 11.0 beta 2 (11M337n)**, [please click here!](https://github.com/Jinxiansen/SwiftUI/issues/7)
18-
19-
---
20-
2116
[中文版🇨🇳](README_CN.md)
2217

23-
2418
### 💻 Requirements
2519

2620
- macOS 15 Beta

README_CN.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,14 @@
44
[![Swift](https://img.shields.io/badge/Swift-5.1-orange.svg)](https://swift.org)
55
[![Xcode](https://img.shields.io/badge/Xcode-11.0-blue.svg)](https://developer.apple.com/xcode)
66
[![Xcode](https://img.shields.io/badge/macOS-15.0-blue.svg)](https://developer.apple.com/macOS)
7-
[![MIT](https://img.shields.io/badge/licenses-GPL3.0-red.svg)](https://opensource.org/licenses/GPL-3.0)
7+
[![MIT](https://img.shields.io/badge/licenses-MIT-red.svg)](https://opensource.org/licenses/MIT)
88

99
本文参考 SwiftUI [官方示例](https://github.com/Jinxiansen/SwiftUI/tree/doc) 并将探索结果记录于此,希望能够对你有所帮助。
1010

11-
对于本文所述内容,默认你已有一定的基于 Swift 语言的开发经验,故不会详细的叙述每个细节;如果对 Swift 语法有疑问,可先学习 [Swift](https://swift.org) 语法。如果你更习惯直接查看中文文档,可前往[中文同步翻译网站](https://www.cnswift.org/)
11+
对于本文所述内容,默认你已有一定的基于 Swift 语言的开发经验,故不会详细的叙述每个细节;如果对 Swift 语法有疑问,可先学习 [Swift](https://swift.org) 语法。
1212

1313

14-
在了解和使用 `SwiftUI` 过程中,如果有疑问之处,可加入 SwiftUI QQ 交流群:**18552966** ,共同交流。
15-
16-
---
17-
18-
如果你使用 Xcode 11.0 beta 2 (11M337n) 编译报错,[参考这里](https://github.com/Jinxiansen/SwiftUI/issues/7)
19-
20-
---
14+
有关 `SwiftUI` 的疑问,可加入 SwiftUI QQ 交流群:**18552966** ,共同探讨。
2115

2216
[English 📔](README.md)
2317

0 commit comments

Comments
 (0)