>    case spades {
<snip>
>        let bezierPath = UIBezierPath()

Does each instance of `.spades` have a *separate* UIBezierPath, or do all 
instances of `.spades` share one? If it's the former, I have strong doubts 
you'll actually get this through. If it's the latter, that isn't really what 
this syntax suggests is happening.

-- 
Brent Royal-Gordon
Architechies

_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to