Vladimir Moor

Results 1 comments of Vladimir Moor

try to add checking for rotateAngle in this place: if abs(position) >= 1 || rotateAngle == 0 { contentView.layer.transform = CATransform3DIdentity contentView.layer.anchorPoint = CGPoint(x: 0.5, y: 0.5) } else {...