摘要:
http://numbbbbb.gitbooks.io/-the-swift-programming-language-/content/chapter2/19_Nested_Types.html本页包含内容:嵌套类型实例嵌套类型的引用枚举类型常被用于实现特定类或结构体的功能。也能够在有多种变量类型... 阅读全文
摘要:
http://numbbbbb.gitbooks.io/-the-swift-programming-language-/content/chapter2/18_Type_Casting.html本页包含内容:定义一个类层次作为例子检查类型向下转型(Downcasting)Any和AnyObject... 阅读全文
摘要:
http://numbbbbb.gitbooks.io/-the-swift-programming-language-/content/chapter2/17_Optional_Chaining.html本页包含内容:可选链可替代强制解析为可选链定义模型类通过可选链调用属性通过可选链调用方法使用可... 阅读全文
摘要:
http://numbbbbb.gitbooks.io/-the-swift-programming-language-/content/chapter2/16_Automatic_Reference_Counting.html本页包含内容:自动引用计数的工作机制自动引用计数实践类实例之间的循环强引... 阅读全文
摘要:
http://numbbbbb.gitbooks.io/-the-swift-programming-language-/content/chapter2/15_Deinitialization.html本页包含内容:析构过程原理析构函数操作在一个类的实例被释放之前,析构函数被立即调用。用关键字de... 阅读全文
摘要:
http://numbbbbb.gitbooks.io/-the-swift-programming-language-/content/chapter2/14_Initialization.html本页包含内容:存储型属性的初始赋值定制化构造过程默认构造器值类型的构造器代理类的继承和构造过程通过闭... 阅读全文
摘要:
http://numbbbbb.gitbooks.io/-the-swift-programming-language-/content/chapter2/13_Inheritance.html本页包含内容:存储属性(Stored Properties)计算属性(Computed Propertie... 阅读全文
摘要:
http://numbbbbb.gitbooks.io/-the-swift-programming-language-/content/chapter2/12_Subscripts.html本页包含内容:下标脚本语法下标脚本用法下标脚本选项下标脚本可以定义在类(Class)、结构体(structu... 阅读全文
摘要:
http://numbbbbb.gitbooks.io/-the-swift-programming-language-/content/chapter2/11_Methods.html本页包含内容:实例方法(Instance Methods)类型方法(Type Methods)方法是与某些特定类型... 阅读全文
摘要:
http://numbbbbb.gitbooks.io/-the-swift-programming-language-/content/chapter2/10_Properties.html本页包含内容:存储属性(Stored Properties)计算属性(Computed Properties... 阅读全文