随笔分类 -  Swift官方学习文档翻译

摘要:字符串和字符A string is an ordered collection of characters, such as "hello, world" or "albatross". Swift strings are represented by the String type, which ... 阅读全文
posted @ 2014-06-08 12:50 jack_ou 阅读(2041) 评论(0) 推荐(1) 编辑
摘要:未翻译完 待续(英语烂,求斧正)Type Casting类型转换Type casting is a way to check the type of an instance, and/or to treat that instance as if it is a different supercla... 阅读全文
posted @ 2014-06-08 12:38 jack_ou 阅读(2377) 评论(0) 推荐(0) 编辑
摘要:欢迎来到 Swift 关于Swift Swift之旅语言指南 基础知识 基本操作 字符串和字符 集合类型 控制流 函数 闭包 枚举 类和结构体 属性方法 标 继承 初始化 反初始化 ARC 可选链接 类型转换 嵌套类型 扩展 协议 泛型 高级操作符 语言引用 关于语言引用 词法结构 类型 表达式 ... 阅读全文
posted @ 2014-06-07 20:54 jack_ou 阅读(4394) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2014-06-07 17:54 jack_ou 阅读(1) 评论(0) 推荐(0) 编辑
摘要:IMPORTANT重要的This is a preliminary document for an API or technology in development. Apple is supplying this information to help you plan for the adopt... 阅读全文
posted @ 2014-06-04 13:09 jack_ou 阅读(769) 评论(0) 推荐(0) 编辑
摘要:目录[-]Hello world - Swift简单赋值控制流函数与闭包对象和类枚举与结构协议和扩展泛型2014.6.3日,苹果公布最新编程语言Swift,Swift是一种新的编程语言,用于iOS和OS X应用的开发,没有C的兼容性限制,Swift采用安全的编程模式,增加了现代功能,使编程变得容易,... 阅读全文
posted @ 2014-06-03 21:15 jack_ou 阅读(863) 评论(0) 推荐(0) 编辑