a curve line animation effect using CALayer and CABasicAnimation
createCurvedLine(from: CGPoint.init(x: self.view.frame.midX, y: 600), to: CGPoint.init(x: self.view.frame.midX, y: 200), withDuration: 1.25)
iOS, Swift
Create an arc/curve line animation using CABasicAnimation animation
Swift
a curve line animation effect using CALayer and CABasicAnimation
createCurvedLine(from: CGPoint.init(x: self.view.frame.midX, y: 600), to: CGPoint.init(x: self.view.frame.midX, y: 200), withDuration: 1.25)
iOS, Swift