As a part of my application,
I have implemented a sample paint by following RayWendrlich Simple Drawing App with UIKit
I almost completed my application with all requirements
By this i can able to draw but the lines are not smooth when we draw cross or, curves..
While surfing i found that we can able to make smooth with Bezier Path,
How should i use this bezier path in my app easy,
can any help please.
Thanks