narek adonts Well-Known Member Licensed User Longtime User Jun 9, 2015 #1 hi, is there a way to add a curve instead of line in Path object?
Erel B4X founder Staff member Licensed User Longtime User Jun 9, 2015 #2 You can use NativeObject to call: addQuadCurveToPoint:controlPoint: https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIBezierPath_class/ Upvote 0
You can use NativeObject to call: addQuadCurveToPoint:controlPoint: https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIBezierPath_class/