At the apple Developer Conference WWDC 2014, Apple announced the brand new iOS and OS X platform development language Swift, and released the official documentation. Nine days later, chinese fans have completed the translation of official Swift documents, which has been released and can be read online. Official Website: http://www.swiftguide.cn/
This tutorial includes basic tutorials and language references for Swift language development. All translations have been completed and are in the free verification stage. You can provide suggestions and feedback in its Github project.
Tutorial directory:
- Welcome to Swift
- Swift tutorial
- Basic
- Basic Operators
- String and character
- Set Type
- Control Flow
- Function
- Closure
- Enumeration
- Class and struct
- Attribute
- Method
- Subscript
- Inheritance
- Construction Process
- Structure Process
- Automatic Reference count
- Optional chain
- Type check
- Nested type
- Extension
- Protocol
- Generic
- Advanced Operators
- Language Reference
- Language Reference
- Lexical structure
- Type
- Expression
- Statement
- Statement
- Features
- Mode
- Generic parameters
- Syntax Summary
This tutorial is based on the open-source WTFPL protocol. You can freely modify and distribute this tutorial.