> Swift 兴趣交流群:`305014012`,307017261(已满) [Swift 开发者社区](http://swiftist.org/)
> 如果你觉得这个项目不错,请[点击Star一下](https://github.com/numbbbbb/the-swift-programming-language-in-chinese),您的支持是我们最大的动力。
> 关于文档中翻译错误,逻辑错误以及疑难问题答疑,请关注["@老码团队"](http://weibo.com/u/5241713117)官方微博,会有技术人员统一收集答疑
# The Swift Programming Language 中文版
### 这一次,让中国和世界同步
现在是6月12日凌晨4:38,我用了整整一晚上的时间来进行最后的校对,终于可以在12日拿出一个可以发布的版本。
9天时间,1317个 Star,310个 Fork,超过30人参与翻译和校对工作,项目最高排名GitHub总榜第4。
设想过很多遍校对完成时的场景,仰天大笑还是泪流满面?真正到了这一刻才发现,疲倦已经不允许我有任何情绪。
说实话,刚开始发起项目的时候完全没想到会发展成今天这样,我一度计划自己一个人翻译完整本书。万万没想到,会有这么多的人愿意加入并贡献出自己的力量。
coverxit发给我最后一份文档的时候说,我要去背单词了,我问他,周末要考六级?他说是的。
pp-prog告诉我,这几天太累了,校对到一半睡着了,醒来又继续做。2点17分,发给我校对完成的文档。
lifedim说他平时12点就会睡,1点47分,发给我校对后的文档。
团队里每个人都有自己的事情,上班、上学、创业,但是我们只用了9天就完成整本书的翻译。我不知道大家付出了多少,牺牲了多少,但是我知道,他们的付出必将被这些文字记录下来,即使再过10年,20年,依然熠熠生辉,永不被人遗忘。
全体人员名单(排名不分先后):
* [numbbbbb](https://github.com/numbbbbb)
* [stanzhai](https://github.com/stanzhai)
* [coverxit](https://github.com/coverxit)
* [wh1100717](https://github.com/wh1100717)
* [TimothyYe](https://github.com/TimothyYe)
* [honghaoz](https://github.com/honghaoz)
* [lyuka](https://github.com/lyuka)
* [JaySurplus](https://github.com/JaySurplus)
* [Hawstein](https://github.com/Hawstein)
* [geek5nan](https://github.com/geek5nan)
* [yankuangshi](https://github.com/yankuangshi)
* [xielingwang](https://github.com/xielingwang)
* [yulingtianxia](https://github.com/yulingtianxia)
* [twlkyao](https://github.com/twlkyao)
* [dabing1022](https://github.com/dabing1022)
* [vclwei](https://github.com/vclwei)
* [fd5788](https://github.com/fd5788)
* [siemenliu](https://github.com/siemenliu)
* [youkugems](https://github.com/youkugems)
* [haolloyin](https://github.com/haolloyin)
* [wxstars](https://github.com/wxstars)
* [IceskYsl](https://github.com/IceskYsl)
* [sg552](https://github.com/sg552)
* [superkam](https://github.com/superkam)
* [zac1st1k](https://github.com/zac1st1k)
* [bzsy](https://github.com/bzsy)
* [pyanfield](https://github.com/pyanfield)
* [ericzyh](https://github.com/ericzyh)
* [peiyucn](https://github.com/peiyucn)
* [sunfiled](https://github.com/sunfiled)
* [lzw120](https://github.com/lzw120)
* [viztor](https://github.com/viztor)
* [wongzigii](https://github.com/wongzigii)
* [umcsdon](https://github.com/umcsdon)
* [zq54zquan](https://github.com/zq54zquan)
* [xiehurricane](https://github.com/xiehurricane)
* [Jasonbroker](https://github.com/Jasonbroker)
* [tualatrix](https://github.com/tualatrix)
* [pp-prog](https://github.com/pp-prog)
* [088haizi](https://github.com/088haizi)
* [baocaixiong](https://github.com/baocaixiong)
* [yeahdongcn](https://github.com/yeahdongcn)
* [shinyzhu](https://github.com/shinyzhu)
* [lslxdx](https://github.com/lslxdx)
* [Evilcome](https://github.com/Evilcome)
* [zqp](https://github.com/zqp)
* [NicePiao](https://github.com/NicePiao)
* [LunaticM](https://github.com/LunaticM)
* [menlongsheng](https://github.com/menlongsheng)
* [lifedim](https://github.com/lifedim)
* [happyming](https://github.com/happyming)
* [bruce0505](https://github.com/bruce0505)
* [Lin-H](https://github.com/Lin-H)
* [takalard](https://github.com/takalard)
* [dabing1022](https://github.com/dabing1022)
* [marsprince](https://github.com/marsprince)
- 介紹
- 欢迎使用 Swift
- 关于 Swift
- Swift 初见
- Swift 版本历史记录
- Swift1.0 发布内容
- Swift 教程
- 基础部分
- 基本运算符
- 字符串和字符
- 集合类型
- 控制流
- 函数
- 闭包
- 枚举
- 类和结构体
- 属性
- 方法
- 下标脚本
- 继承
- 构造过程
- 析构过程
- 自动引用计数
- 可选链
- 错误处理
- 类型转换
- 嵌套类型
- 扩展
- 协议
- 泛型
- 权限控制
- 高级操作符
- 语言参考
- 关于语言参考
- 词法结构
- 类型
- 表达式
- 语句
- 声明
- 特性
- 模式
- 泛型参数
- 语法总结
- 苹果官方Blog官方翻译
- Access Control 权限控制的黑与白
- 造个类型不是梦-白话Swift类型创建
- WWDC里面的那个“大炮打气球”
- Swift与C语言指针友好合作
- 引用类型和值类型的恩怨
- 访问控制和Protected
- 可选类型完美解决占位问题