# Swift Docs

## Apple 资源

### 中文资料

* [Swift 简介](https://developer.apple.com/cn/swift/)

### swift.org

* [About Swift](https://www.swift.org/about/)
* [Blog](https://www.swift.org/blog/)
* [Getting Started](https://www.swift.org/getting-started/)
  * [Installing Swift](https://www.swift.org/getting-started/#installing-swift)
  * [Using the REPL](https://www.swift.org/getting-started/#using-the-repl)
  * [Using the Package Manager](https://www.swift.org/getting-started/#using-the-package-manager)
  * [Using the LLDB Debugger](https://www.swift.org/getting-started/#using-the-lldb-debugger)
* [Download Swift](https://www.swift.org/download/)
* [Platform Support](https://www.swift.org/platform-support/)
* [Documentation](https://www.swift.org/documentation/)
* [The Swift Programming Language (swift-book)](https://docs.swift.org/swift-book/)
  * [About Swift](https://docs.swift.org/swift-book/)
    * [A Swift Tour](https://docs.swift.org/swift-book/GuidedTour/GuidedTour.html)
  * [Language Guide](https://docs.swift.org/swift-book/LanguageGuide/TheBasics.html)
  * [Language Reference](https://docs.swift.org/swift-book/ReferenceManual/AboutTheLanguageReference.html)

## 第三方资源

* [Swift Style Guide](https://google.github.io/swift/)

## SwiftUI

* 官方教程：[SwiftUI Tutorials](https://developer.apple.com/tutorials/swiftui)
* 示例代码：[Building a Great Mac App with SwiftUI](https://developer.apple.com/documentation/swiftui/building_a_great_mac_app_with_swiftui)
