From c5f9a4ffe9f42b4f4fcbe73bd624afdc80a804ce Mon Sep 17 00:00:00 2001 From: Liu Lantao Date: Sat, 24 Dec 2016 21:35:18 +0800 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 20138418..5041dfa3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # [Swift学习资源](http://blog.liulantao.com/SwiftBeginnersGuide/) -![Swift](http://images.apple.com/v/swift/b/images/overview/icon_swift_hero_large_2x.png) - > Swift,一种强大的开源编程语言, > 让大家都能开发出众的 App。 @@ -11,6 +9,8 @@ > On December 3, 2015, the Swift language, supporting libraries, debugger, and package manager were published under the Apache 2.0 license with a Runtime Library Exception, and Swift.org was created to host the project. +![Swift](http://images.apple.com/v/swift/b/images/overview/icon_swift_hero_large_2x.png) + 苹果公司在WWDC 2014上宣布了他们将会推出一款新的编程语言,面向iOS和OS X系统的开发人员,这个新的语言被命名为Swift。 Swift在iOS 8发布的时候推向市场,用来取代 Objective-C 语言。 @@ -40,31 +40,31 @@ Swift在iOS 8发布的时候推向市场,用来取代 Objective-C 语言。 ### 权威文档 -* 《The Swift Programming Language》- The Definitive Book - - [Web](https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/index.html) +* The Swift Programming Language - The Definitive Book + - [Online Version](https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/index.html) - ePub([官方](https://swift.org/documentation/TheSwiftProgrammingLanguage(Swift3.0.1).epub) - [iBooks Store](https://itunes.apple.com/us/book-series/swift-programming-series/id888896989?mt=11) -* 《App Development with Swift》 +* App Development with Swift - [iBooks Store](https://itunes.apple.com/us/book/app-development-with-swift/id1118575552?mt=11) -* 《Using Swift with Cocoa and Objective-C》 +* Using Swift with Cocoa and Objective-C - [iBooks Store](https://itunes.apple.com/us/book/using-swift-cocoa-objective/id888894773?mt=11) - - [Web](https://developer.apple.com/library/content/documentation/Swift/Conceptual/BuildingCocoaApps/index.html) + - [Online Version](https://developer.apple.com/library/content/documentation/Swift/Conceptual/BuildingCocoaApps/index.html) -* 《[Swift Standard Library API Reference](https://developer.apple.com/reference/swift)》 +* [Swift Standard Library API Reference](https://developer.apple.com/reference/swift) -* 《[Start Developing iOS Apps](https://developer.apple.com/library/content/referencelibrary/GettingStarted/DevelopiOSAppsSwift/index.html)》 +* [Start Developing iOS Apps](https://developer.apple.com/library/content/referencelibrary/GettingStarted/DevelopiOSAppsSwift/index.html) -* 《[API Design Guidelines](https://swift.org/documentation/api-design-guidelines/)》 +* [API Design Guidelines](https://swift.org/documentation/api-design-guidelines/) -* 《[Swift Programming Language Evolution](http://apple.github.io/swift-evolution/)》 +* [Swift Programming Language Evolution](http://apple.github.io/swift-evolution/) * [WWDC2014 Videos](https://developer.apple.com/videos/wwdc/2014/) ### 社区文档 -- 《The Swift Programming Language》 [社区译中文版](https://github.com/numbbbbb/the-swift-programming-language-in-chinese) +- The Swift Programming Language [社区译中文版](https://github.com/numbbbbb/the-swift-programming-language-in-chinese) ### 课程