I am drawing a shape layer with help of a UIBezier Path on a UIView :
CAShapeLayer *pathLayer = [CAShapeLayer layer];
pathLayer.frame=CGRectMake(-vie
Took another image which is snapshot of view with desired path ,filled with selected color. Than on touches moved called drawrect with same code with a little exception of [UIColor colorWithPatternImage:img] as the color to context. Drawing in UIView on touch points gives blurr drawing effect on boundaries