27 skills found
gonzalonunez / Skeleton✨ An easy way to create sliding CAGradientLayer animations! Works great for creating skeleton screens for loading content.
nrj / GradientProgressViewAnimated hue progress bar using CAGradientLayer for iOS.
nrj / AlphaGradientStatusBariOS status bar masked with CAGradientLayer
ole / OBGradientViewA simple UIView wrapper for CAGradientLayer. For the times when it's more convenient to use a view instead of a CALayer.
khanlou / SKInnerShadowLayerSKInnerShadowLayer is a CAGradientLayer subclass that adds properties to create an inner shadow on a given layer.
regexident / RainbowsA Metal-backed, blazingly fast alternative to CAGradientLayer.
enormego / EGOGradientViewCAGradientLayer backed UIView, with pass-through properties
joericioppo / CAGradientLayer UIExample of using CAGradientLayer to draw custom interface elements
jilouc / CCARadialGradientLayerCALayer subclass to draw and animate radial gradients, with the same interface as CAGradientLayer.
appcoda / GradientLayerA simple demo for CAGradientLayer in iOS
VamshiIITBHU14 / VKProgressHudHey All! As it is obvious from the GIF, this project is a LoadingIndicator based on CoreAnimation.
leedowthwaite / LDGradientViewA concise yet versatile CAGradientLayer-based view that you can configure directly within a storyboard.
scotteg / GradientBackroundWithSparksUses CAGradientLayer and CALayer to create a gradient background with sparks
DagAgren / GradientViewSimple gradient view for iOS that wraps CAGradientLayer in a better API
wangCanHui / CoreAnimationDemo基于layer和coreAnimation的高性能波纹动画,帧速60f/s,用到了CAShapeLayer、CAReplicatorLayer、CAGradientLayer、CABasicAnimation、CAKeyframeAnimation、CAAnimationGroup,代码有详细的注释。
sam408130 / ColorfulViewControllerInstagram animated background color with CAGradientLayer
jwd-ali / GraphViewDraw graph using UIBezierpath with CAShapeLayer , CAGradientLayer and CALayer. Move fingers on graph using gesture. I am using LongPressGesture in this respostry with custom implemented popUpView
pdcodeunder / LayerStudy专用图层(各种layer子类的学习:CAShapeLayer、CATextLayer、CATransformLayer、CAGradientLayer、CAReplicatorLayer、CAEAGLLayer等等)
hxsxyz / QiGradientLayeriOS渐变色绘制之CAGradientLayer
wode0weiyi / CALayer CABasicAnimation主要描述CALayer和CABasicAnimation的基本知识和应用