CKShapeView icon indicating copy to clipboard operation
CKShapeView copied to clipboard

UIView subclass backed by CAShapeLayer

Results 2 CKShapeView issues
Sort by recently updated
recently updated
newest added

This might be a naive fix but it fixed issues I was having with Swift 4.2 compilation.

I use this code to animate Shape ` self.animator = UIViewPropertyAnimator(duration: 45.0, curve: .linear) { self.animationShape!.strokeEnd = 1.0 } self.animator.startAnimation() ` and after `startAnimation()` line just jumped to last position...