Update README.md

This commit is contained in:
Liu Lantao 2016-12-24 21:35:18 +08:00 committed by GitHub
parent 8ecca5841f
commit c5f9a4ffe9
1 changed files with 12 additions and 12 deletions

View File

@ -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)
### 课程