Create README.md
This commit is contained in:
parent
53f0f1ad6b
commit
cedbbb9e2a
|
@ -0,0 +1,37 @@
|
|||
# [Swift学习资源](https://github.com/Lax/iOS-Swift-Demos/wiki)
|
||||
[最新内容](https://github.com/Lax/iOS-Swift-Demos/wiki)
|
||||
|
||||
## xcode 6 beta 下载
|
||||
|
||||
* http://pan.baidu.com/s/1pJug2xX 密码: e6q2
|
||||
* http://pan.baidu.com/s/1bAgz0 不用提取码
|
||||
|
||||
* http://adcdownload.apple.com//wwdc_2014/xcode_6_beta_ie8g3n/xcode_6_beta.dmg 使用迅雷离线更快
|
||||
|
||||
## 官方文档及实例
|
||||
|
||||
* [The Swift Programming Language](https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/)
|
||||
* EPUB 和 PDF版本 http://pan.baidu.com/s/1jGkNoBO
|
||||
|
||||
## 例子
|
||||
|
||||
* Lister: A Productivity App Built in Swift
|
||||
[apple](https://developer.apple.com/library/prerelease/ios/samplecode/Lister-Swift/Introduction/Intro.html#//apple_ref/doc/uid/TP40014512)
|
||||
[github](https://github.com/Lax/iOS-Swift-Demos/tree/master/ListerAProductivityAppBuiltinSwift)
|
||||
|
||||
* UICatalog: Creating and Customizing UIKit Controls in Swift
|
||||
[apple](https://developer.apple.com/library/prerelease/ios/samplecode/UICatalog-Swift/Introduction/Intro.html#//apple_ref/doc/uid/TP40014577)
|
||||
[github](https://github.com/Lax/iOS-Swift-Demos/tree/master/UICatalog:CreatingandCustomizingUIKitControlsinSwift)
|
||||
|
||||
* Adventure: Building a SpriteKit Game Using Swift
|
||||
[apple](https://developer.apple.com/library/prerelease/ios/samplecode/Adventure-Swift/Introduction/Intro.html#//apple_ref/doc/uid/TP40014639)
|
||||
[github](https://github.com/Lax/iOS-Swift-Demos/tree/master/AdventureBuildingaSpriteKitgameusingSwift)
|
||||
|
||||
## 中文博客与翻译
|
||||
|
||||
* 《来自苹果的编程语言——Swift简介》http://zh.lucida.me/blog/an-introduction-to-swift/
|
||||
* 《Apple Swift编程语言入门教程》 http://gashero.iteye.com/blog/2075324
|
||||
|
||||
## 项目分享
|
||||
|
||||
* [FlappySwift](https://github.com/fullstackio/FlappySwift) 用Swift实现的FlappyBird
|
Loading…
Reference in New Issue