I am learning quartz for ios development. And I want to write a chart class to draw smooth curve, and I can only know how many points there are in runtime. Please give me some solutions to achieve this.
Now I use UIBeizerPath, but I cannot use the control point well, there's very obvious corner in it.
Thanks and best regards.