2014年6月7日

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

导航