Skip to content

Commit 9ed315b

Browse files
committed
updated Chinese Mirror
1 parent af71d76 commit 9ed315b

2 files changed

Lines changed: 26 additions & 12 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ GitHub:[ipader/SwiftGuide](https://github.com/ipader/SwiftGuide) | 网站:
108108

109109
译文 | 译者 | 原文
110110
------------ | ------------- | -------------
111+
-|N/A|[New Playgrounds Part 2 - Sources](https://developer.apple.com/swift/blog/?id=26)
112+
[Swift Nullability and Objective-C](http://blog.csdn.net/zhangao0086/article/details/44409913)|[Bannings](https://github.com/zhangao0086)|[Nullability and Objective-C](https://developer.apple.com/swift/blog/?id=25)
113+
-|N/A|[New Playgrounds](https://developer.apple.com/swift/blog/?id=24)
114+
-|N/A|[The as! Operator](https://developer.apple.com/swift/blog/?id=23)
115+
[Swift 1.2 和 Xcode 6.3 beta](http://www.csdn.net/article/2015-03-06/2824131-xcode-6-3-beta-2)|[@未来眼之老码团队](http://weibo.com/oldcoder)|[Swift 1.2 and Xcode 6.3 beta](https://developer.apple.com/swift/blog/?id=22)
116+
-|N/A|[New Swift Development Courses Available on iTunes U](https://developer.apple.com/swift/blog/?id=21)
117+
[Swift REPL:一切皆可重定义](http://www.cocoachina.com/ios/20150212/11147.html)|[@MichealGeng](http://weibo.com/MichealGeng)|[Redefining Everything with the Swift REPL](https://developer.apple.com/swift/blog/?id=20)
111118
[Swift 中的 NSMethodSignature 怎么了?](http://idlelife.org/archives/910)|[@pockry](http://weibo.com/pockry)|[ What Happened to NSMethodSignature?](https://developer.apple.com/swift/blog/?id=19)
112119
[Swift REPL 入门介绍](http://idlelife.org/archives/842)| - |[Introduction to the Swift REPL](https://developer.apple.com/swift/blog/?id=18)
113120
[可失败构造器](http://www.devtalking.com/articles/failable-initializers/)|[@DevTalking](http://weibo.com/jacefu) |[Failable Initializers](https://developer.apple.com/swift/blog/?id=17)

mirror/Swift Blog - Apple Developer/README.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,23 @@
55

66
译文 | 译者 | 原文
77
------------ | ------------- | -------------
8-
[Swift中的NSMethodSignature怎么了?](http://idlelife.org/archives/910)|[@pockry](http://weibo.com/pockry)|[ What Happened to NSMethodSignature?](https://developer.apple.com/swift/blog/?id=19)
9-
[Swift REPL入门介绍](http://idlelife.org/archives/842)| - |[Introduction to the Swift REPL](https://developer.apple.com/swift/blog/?id=18)
8+
-|N/A|[New Playgrounds Part 2 - Sources](https://developer.apple.com/swift/blog/?id=26)
9+
[Swift Nullability and Objective-C](http://blog.csdn.net/zhangao0086/article/details/44409913)|[Bannings](https://github.com/zhangao0086)|[Nullability and Objective-C](https://developer.apple.com/swift/blog/?id=25)
10+
-|N/A|[New Playgrounds](https://developer.apple.com/swift/blog/?id=24)
11+
-|N/A|[The as! Operator](https://developer.apple.com/swift/blog/?id=23)
12+
[Swift 1.2 和 Xcode 6.3 beta](http://www.csdn.net/article/2015-03-06/2824131-xcode-6-3-beta-2)|[@未来眼之老码团队](http://weibo.com/oldcoder)|[Swift 1.2 and Xcode 6.3 beta](https://developer.apple.com/swift/blog/?id=22)
13+
-|N/A|[New Swift Development Courses Available on iTunes U](https://developer.apple.com/swift/blog/?id=21)
14+
[Swift REPL:一切皆可重定义](http://www.cocoachina.com/ios/20150212/11147.html)|[@MichealGeng](http://weibo.com/MichealGeng)|[Redefining Everything with the Swift REPL](https://developer.apple.com/swift/blog/?id=20)
15+
[Swift 中的 NSMethodSignature 怎么了?](http://idlelife.org/archives/910)|[@pockry](http://weibo.com/pockry)|[ What Happened to NSMethodSignature?](https://developer.apple.com/swift/blog/?id=19)
16+
[Swift REPL 入门介绍](http://idlelife.org/archives/842)| - |[Introduction to the Swift REPL](https://developer.apple.com/swift/blog/?id=18)
1017
[可失败构造器](http://www.devtalking.com/articles/failable-initializers/)|[@DevTalking](http://weibo.com/jacefu) |[Failable Initializers](https://developer.apple.com/swift/blog/?id=17)
11-
-|-|[Building Your First Swift App Video](https://developer.apple.com/swift/blog/?id=16)
12-
[通过Playground展示一些编码模式](http://www.devtalking.com/articles/patterns-playground/)|[@DevTalking](http://weibo.com/jacefu) | [Patterns Playground](https://developer.apple.com/swift/blog/?id=13)
13-
[Swift中Optional类型的使用案例分析:valuesForKeys](http://www.devtalking.com/articles/optionals-case-study/) |[@DevTalking](http://weibo.com/jacefu) | [Optionals Case Study: valuesForKeys](https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/ExtensibilityPG/ExtensionScenarios.html#//apple_ref/doc/uid/TP40014214-CH21-SW1)
14-
[Swift中的访问控制与protected](http://www.devtalking.com/articles/access-control-and-protected/) | [@DevTalking](http://weibo.com/jacefu) | [Access Control and protected](https://developer.apple.com/swift/blog/?id=11)
15-
[Swift中的值类型和参照类型](http://www.devtalking.com/articles/swift-value-and-reference-types/) | [@DevTalking](http://weibo.com/jacefu) | [Value and Reference Types](https://developer.apple.com/swift/blog/?id=10)
16-
[WWDC2014大会中的Playground大炮气球示例](http://www.devtalking.com/articles/swift-balloon/) | [@DevTalking](http://weibo.com/jacefu) | [Balloons](https://developer.apple.com/swift/blog/?id=9)
17-
[在Swift中构建布尔类型](http://www.devtalking.com/articles/swift-boolean/) |[@DevTalking](http://weibo.com/jacefu) | [Boolean](https://developer.apple.com/swift/blog/?id=8)
18-
[Swift中的文件和初始化](http://www.devtalking.com/articles/files-and-initialization/)|[@DevTalking](http://weibo.com/jacefu) | [Files and Initialization](https://developer.apple.com/swift/blog/?id=7)
19-
[在Swift中使用C语言的指针](http://www.devtalking.com/articles/swift-c-pointer/) | [@DevTalking](http://weibo.com/jacefu) | [Interacting with C Pointers](https://developer.apple.com/swift/blog/?id=6)
20-
*[Swift新特性 -- 访问控制](http://www.devtalking.com/articles/swift-access-control/)(文档版)|[@DevTalking](http://weibo.com/jacefu) | [Access Control](https://developer.apple.com/swift/blog/?id=5)
18+
-|N/A|[Building Your First Swift App Video](https://developer.apple.com/swift/blog/?id=16)
19+
[通过 Playground 展示一些编码模式](http://www.devtalking.com/articles/patterns-playground/)|[@DevTalking](http://weibo.com/jacefu) | [Patterns Playground](https://developer.apple.com/swift/blog/?id=13)
20+
[Swift 中 Optional 类型的使用案例分析:valuesForKeys](http://www.devtalking.com/articles/optionals-case-study/) | - | [Optionals Case StudyvaluesForKeys](https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/ExtensibilityPG/ExtensionScenarios.html#//apple_ref/doc/uid/TP40014214-CH21-SW1)
21+
[Swift 中的访问控制与 protected](http://www.devtalking.com/articles/access-control-and-protected/) | - | [Access Control and protected](https://developer.apple.com/swift/blog/?id=11)
22+
[Swift 中的值类型和参照类型](http://www.devtalking.com/articles/swift-value-and-reference-types/) | - | [Value and Reference Types](https://developer.apple.com/swift/blog/?id=10)
23+
[WWDC 2014大会中的 Playground 大炮气球示例](http://www.devtalking.com/articles/swift-balloon/) | - | [Balloons](https://developer.apple.com/swift/blog/?id=9)
24+
[在 Swift 中构建布尔类型](http://www.devtalking.com/articles/swift-boolean/) | - | [Boolean](https://developer.apple.com/swift/blog/?id=8)
25+
[Swift 中的文件和初始化](http://www.devtalking.com/articles/files-and-initialization/)| - | [Files and Initialization](https://developer.apple.com/swift/blog/?id=7)
26+
[在 Swift 中使用 C 语言的指针](http://www.devtalking.com/articles/swift-c-pointer/) | - | [Interacting with C Pointers](https://developer.apple.com/swift/blog/?id=6)
27+
*[Swift 新特性 - 访问控制](http://www.devtalking.com/articles/swift-access-control/)文档版)| - | [Access Control](https://developer.apple.com/swift/blog/?id=5)

0 commit comments

Comments
 (0)