Commit Graph

976 Commits

Author SHA1 Message Date
shanks
db9afa4d0b 17, optional chaining, for 3.0.1 2016-11-13 13:47:47 +08:00
shanks
03d6026823 16, automatic reference counting, for 3.0.1 2016-11-13 13:04:48 +08:00
shanks
203e04a136 15, deinitialization, for 3.0.1 2016-11-13 08:40:17 +08:00
shanks
e5799258ad 14, initialization, for 3.0.1 2016-11-13 01:44:53 +08:00
shanks
0ef78137fe 13, inheritance, for 3.0.1 2016-11-13 01:15:18 +08:00
shanks
0d0d772723 12, subscripts, for 3.0.1 2016-11-13 01:07:20 +08:00
shanks
5ac4199715 11, methods , for 3.0.1 2016-11-13 01:01:43 +08:00
shanks
4c01c83f95 10, properties, for 3.0.1 2016-11-12 20:51:54 +08:00
shanks
9869c0448b 09, classes and structure, for 3.0.1 2016-11-12 20:38:36 +08:00
shanks
f8201be713 08,enumerations , for 3.0.1 2016-11-12 20:26:11 +08:00
shanks
eedc29b425 07, closure, for 3.0.1 2016-11-12 20:15:51 +08:00
shanks
a296757ea8 06, functions, for 3.0.1 2016-11-12 20:02:53 +08:00
shanks
ce5501a4e8 05,control flow, for 3.0.1 2016-11-12 12:40:51 +08:00
shanks
786108db04 04, collection types, for 3.0.1 2016-11-12 10:43:35 +08:00
shanks
70d5c57c96 03, String and characters, for 3.0.1 2016-11-11 21:34:35 +08:00
shanks
2da452f6bf 02,basic operators, for 3.0.1 2016-11-11 21:08:36 +08:00
shanks
98de761133 01,the basics, for swift 3.0.1 2016-11-11 12:47:10 +08:00
Realank
41a2f8b71f Merge remote-tracking branch 'numbbbbb/gh-pages' into gh-pages 2016-11-07 11:05:30 -08:00
Realank
fe0c1fc4aa fix typo 2016-11-07 11:02:30 -08:00
shanks
aef3d29f2c #666, collection for swift 3.0 2016-10-09 07:00:45 +08:00
shanks
833c6078da fixed format 2016-09-27 06:46:33 +08:00
shanks
f472b7d84a fixed #664 2016-09-27 06:41:32 +08:00
shanks
2d50b83a34 error handling for swift 3.0 2016-09-24 07:23:10 +08:00
shanks
31a43a71b8 Update 08_Enumerations.md 2016-09-24 06:59:47 +08:00
shanks
9c27e01947 enum for swift3.0 2016-09-24 06:57:01 +08:00
shanks
fa3f0bc8ac fixed #661 2016-09-23 23:12:19 +08:00
chenmingbiao
d5629a91e6 添加protocol章节校对日期 2016-09-23 10:09:00 +08:00
chenmingbiao
17757b41b4 update chapter Protocols to swift 3.0 2016-09-21 10:18:20 +08:00
mmoaay
c966b595d9 Swift 3.0 更新
增加优先级组(precedence groups)概念
2016-09-20 14:46:17 +08:00
shanks
e71013d713 Merge pull request #651 from LanfordCai/develop
Update chapter 'Closures' to Swift 3.0
2016-09-20 06:53:39 +08:00
Cai Linfeng
ed9a67ba9d update chapter 'Closure' to swift 3.0 2016-09-19 23:33:16 +08:00
Cai Linfeng
64dd00b6f6 update chapter 'Closure' to swift 3.0 2016-09-17 22:11:29 +08:00
chenmingbiao
6a9b24881e update chapter 'The Basics' to swift 3 2016-09-17 16:21:59 +08:00
刘彦博
4f4cc171e7 Update to swift 3.0 final (#647) 2016-09-14 09:56:06 +08:00
Realank
5739f5d957 Update to swift 3.0 final 2016-09-14 09:39:41 +08:00
Realank
00688ac1e5 update chapter 'control flow' to swift 3 2016-09-13 20:19:52 +08:00
Realank
845075d5ba update chapter 'control flow' to swift 3 2016-09-13 17:49:06 +08:00
Realank
e1e67c8efa update chapter 'control flow' to swift 3 2016-09-13 17:30:32 +08:00
shanks
df2ea5ddc9 Merge pull request #644 from chenmingjia/gh-pages
[Translate] Translate Generic in Swift 3.0.
2016-09-12 23:45:41 +08:00
crayygy
efd6a1d9c3 [Translate] Swift 3.0 Functions(fixed) 2016-09-12 20:22:22 +08:00
chenmingjia
1b772fb16e [Translate] Translate Generic in Swift 3.0.
Swift 3.0 Generic 已经补充完毕,主要是 Generic Where Clauses 部分的更新
2016-09-12 19:51:30 +08:00
chenmingjia
4edf9501b4 [Translate] Translate Generic in Swift 3.0.
Swift 3.0 Generic 已经补充完毕,主要是 Generic Where Clauses 部分的更新
2016-09-12 19:46:19 +08:00
chenmingbiao
3aa5844ff8 fix 2016-09-12 18:15:38 +08:00
chenmingbiao
49cdfb7347 校对 Strings and Characters 章节内容 2016-09-12 18:11:08 +08:00
Hong Duan
20b60b4224 Patch (#635)
* Update 14_Initialization.md

* Update 21_Extensions.md

* Update 22_Protocols.md
2016-08-10 13:23:37 +08:00
Hong Duan
52151afb7f Update 07_Closures.md (#634)
* Update 07_Closures.md

* Update 09_Classes_and_Structures.md
2016-08-08 11:36:48 +08:00
Hong Duan
083aa8b78b Update 05_Control_Flow.md 2016-08-05 16:02:56 +08:00
Hong Duan
1d46a3ec76 Update 04_Collection_Types.md 2016-08-05 14:47:26 +08:00
Hong Duan
2baad57b65 Update 01_The_Basics.md 2016-08-05 11:16:21 +08:00
acevest
443976cbbf fix typo (#622) 2016-05-25 20:31:55 +08:00