摘要:
extension UIView{ //圆角 @IBInspectable public var cornerRadius: CGFloat { get { return layer.cornerRadius } set { layer.cornerRadius = newValue } } //阴 阅读全文
2020年10月27日
摘要:
属性观察者,类似于触发器。用来监视属性的除初始化之外的属性值变化,当属性值发生改变时可以对此作出响应。 阅读全文
2020年10月26日
2020年10月23日
摘要:
MarqueeLabel(label滚动) 阅读全文
摘要:
about App Transport Security Settings 阅读全文
2020年10月22日