skip to Main Content

Ios swift – Add image insde CAShapeLayer

So I am currently trying to add a image inside the circularShapeLayer in the below code. Here is the full code: import Foundation import UIKit @IBDesignable class PlainHorizontalProgressBar: UIView { @IBInspectable var color: UIColor = .gray { didSet { setNeedsDisplay()…

VIEW QUESTION
Back To Top
Search