摘要: NSMutableAttributedString let testAttributes = [NSAttributedStringKey.foregroundColor: UIColor.blue, NSAttributedStringKey.backgroundColor: UIColor.ye 阅读全文
posted @ 2018-05-30 14:40 鸿鹄当高远 阅读(4575) 评论(0) 推荐(1) 编辑
摘要: Swift代理的使用 协议规定了用来实现某一特定功能所必需的方法和属性。 任意能够满足协议要求的类型被称为遵循(conform)这个协议。 类,结构体或枚举类型都可以遵循协议,并提供具体实现来完成协议定义的方法和功能。 1、申明代理 // 协议内容 @objc protocol TLSelectVi 阅读全文
posted @ 2018-05-30 13:23 鸿鹄当高远 阅读(3243) 评论(0) 推荐(0) 编辑