What is the best way to draw a bezier curve, in iOS application, that passes through a set of given points
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You can easily google some example of how to create bezier curve on the web. I found this short tut as an example. You can create a close bezier curve for e.g. with the following code snippet:
I hope it will help as a starting point. |
||||
|
|
|
|||
|
|