……

2020年10月27日

摘要: extension UIView{ //圆角 @IBInspectable public var cornerRadius: CGFloat { get { return layer.cornerRadius } set { layer.cornerRadius = newValue } } //阴 阅读全文
posted @ 2020-10-27 13:58 Exlo 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 属性观察者,类似于触发器。用来监视属性的除初始化之外的属性值变化,当属性值发生改变时可以对此作出响应。 阅读全文
posted @ 2020-10-27 12:38 Exlo 阅读(326) 评论(0) 推荐(0) 编辑

2020年10月26日

摘要: button组件 阅读全文
posted @ 2020-10-26 17:30 Exlo 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 隐藏滚动条 阅读全文
posted @ 2020-10-26 14:46 Exlo 阅读(287) 评论(0) 推荐(0) 编辑

2020年10月23日

摘要: MarqueeLabel(label滚动) 阅读全文
posted @ 2020-10-23 16:42 Exlo 阅读(711) 评论(0) 推荐(0) 编辑
摘要: about App Transport Security Settings 阅读全文
posted @ 2020-10-23 14:06 Exlo 阅读(62) 评论(0) 推荐(0) 编辑

2020年10月22日

摘要: 后台运行相关系统操作 阅读全文
posted @ 2020-10-22 18:05 Exlo 阅读(1948) 评论(0) 推荐(0) 编辑
摘要: Linux相关命令 阅读全文
posted @ 2020-10-22 17:53 Exlo 阅读(354) 评论(0) 推荐(0) 编辑
摘要: app.quicktype.io 阅读全文
posted @ 2020-10-22 12:21 Exlo 阅读(45) 评论(0) 推荐(0) 编辑
摘要: Swift 枚举 阅读全文
posted @ 2020-10-22 12:16 Exlo 阅读(178) 评论(0) 推荐(0) 编辑

导航