Plum-O-Meter
Plum-O-Meter copied to clipboard
3D Touch Application for Weighing Plums (and other small fruit!)
The world needs more Plum-O-Meters! Thanks for the good laugh! PS: Can confirm it works on limes as well https://user-images.githubusercontent.com/34013162/137485581-25ca5ab8-8d4b-447c-8323-7a045f4efd9a.mov .
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)...
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1