swift 语法

附上一些swift的一下学习资料:

1、Swift语法介绍官方英文版:
The Swift Programming Language

2、Swift与Objective-C相互调用
Using Swift with Cocoa and Objective-C

3、Swift语法中文版
http://www.swiftguide.cn/

4、来自苹果的编程语言——Swift
http://zh.lucida.me/blog/an-introduction-to-swift/

5、关于Swift的初步看法
http://onevcat.com/2014/06/my-opinion-about-swift/

6、行走于Swift的世界
http://onevcat.com/2014/06/walk-in-swift/


7、github部分资料

7.1  2048
https://github.com/austinzheng/swift-2048
7.2 swift for Facebook
https://github.com/facebook/swift
7.3 FlappySwift 
https://github.com/fullstackio/FlappySwift

7.4 糗事百科

https://github.com/YANGReal/JokeClient-Swift

8、Swift中文社区

https://www.v2ex.com/go/swift
http://swift.sh
http://swift-china.org

原文地址:https://www.cnblogs.com/guangleijia/p/4910946.html