Skip to content

Instantly share code, notes, and snippets.

@Josscii
Last active July 16, 2020 06:19
Show Gist options
  • Save Josscii/27b82c0aa78f220ff0c94da99977d38f to your computer and use it in GitHub Desktop.
Save Josscii/27b82c0aa78f220ff0c94da99977d38f to your computer and use it in GitHub Desktop.
GradientView 方便布局
class GradientView: UIView {
var gradientLayer: CAGradientLayer {
return layer as! CAGradientLayer
}
override class var layerClass: AnyClass {
return CAGradientLayer.self
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment