摘要:
swift版的元组说明元组的内容并不多,使用的话跟普通变量类似,以下是测试源码://// ViewController.swift// Tuples//// Created by YouXianMing on 15/10/12.//import UIKitclass ViewControlle... 阅读全文
摘要:
swift版的枚举变量swift的枚举类型跟普通的类是极为类似的,使用的时候,请不要以为他是一个常量,以下是测试用源码//// ViewController.swift// SwiftEnum//// Created by YouXianMing on 15/10/9.// Copyrigh... 阅读全文
摘要:
Stored Properties 与 Computed PropertiesAbout SwiftStored PropertiesIn its simplest form, a stored property is a constant or variable that is stored as... 阅读全文