摘要:
1. 软件类a) 作者集合http://nondot.org/sabre/b) swift for facebookSWIFT是一个易于使用的,基于注解的Java来创建勤俭节约序列化类型和服务库。https://github.com/facebook/swift2. 游戏类a)FlappySwift... 阅读全文
摘要:
Swift入门教程:http://www.cocoachina.com/applenews/devnews/2014/0604/8661.htmlSwift视频教程:http://www.cocoachina.com/bbs/read.php?tid=204280Swift官方文档(PDF版):ht... 阅读全文
摘要:
Variablesvar myInt = 1var myExplicitInt: Int = 1 // explicit typevar x = 1, y = 2, z = 3 // declare multiple integersmyExplicitInt = 2 // set to anoth... 阅读全文