seyfullaalizada
seyfullaalizada
var circles = [UITouch: CircleWithLabel]() override func touchesBegan(touches: Set, withEvent event: UIEvent?) { label.hidden = true for touch in touches { let circle = CircleWithLabel() circle.drawAtPoint(touch.locationInView(view), force: touch.force / touch.maximumPossibleForce)...
var circles = [UITouch: CircleWithLabel]() override func touchesBegan(touches: Set, withEvent event: UIEvent?) { label.hidden = true for touch in touches { let circle = CircleWithLabel() circle.drawAtPoint(touch.locationInView(view), force: touch.force / touch.maximumPossibleForce)...
var circles = [UITouch: CircleWithLabel]() override func touchesBegan(touches: Set, withEvent event: UIEvent?) { label.hidden = true for touch in touches { let circle = CircleWithLabel() circle.drawAtPoint(touch.locationInView(view), force: touch.force / touch.maximumPossibleForce)...