I have a CGRect based on that I want to make CGPathRef.
CGRect
CGPathRef
Is it doable in objective C?
let rect = CGRect(x: 1, y: 2, width: 3, height: 4) let path = CGPath(rect: bounds, transform: nil)