Skip to content

Instantly share code, notes, and snippets.

View rmnblm's full-sized avatar
🍾
Uncorking

Roman Blum rmnblm

🍾
Uncorking
View GitHub Profile
import UIKit
private class Line {
var path = UIBezierPath()
var layer = CAShapeLayer()
}
private enum AnimationKey {
static let activeStart = "ActiveLineStartAnimation"