Reputation: 55543
In Java there is a interface called Shape
, which is used to define a generic shape.
I am hoping to find something similar in objective-c, but have not had that much luck so far.
Before I rewrite the wheel, Can I please Know if such a library exists? (Maybe built into the CoreGraphics
framework?)
Any help would be appreciated!
Upvotes: 1
Views: 231