ios-curve-interpolation
ios-curve-interpolation copied to clipboard
iOS app demonstrating curve interpolation with Hermite and Catmull-Rom curves.
Great job! I was wondering if this code could be use to draw a perfect circle. Let's say "almost perfect" as Bezier curves can't do that perfectly, but still very...
If I insert the UIBezierPath+interpolation .m and .h solo, i get an error no arm64 support...
Hi, How do I select multiple different portion of UIView. Currently it connects points eventhough it is closed. Regard Sathiya
I had a hard time to integrate your lib into my swift project, (problems with extension translated to unrecongnised convenience init) So after a while i decided to translate the...