
ios – tips on how to add left inexperienced border with curved high and backside?
You are able to do this with a resizableImage. We’ll begin with this picture (clipped out of your posted picture): It’s 11 x 32 (pixels). We will make it “stretchable” utilizing func resizableImage(withCapInsets capInsets: UIEdgeInsets) -> UIImage (docs) like this: .resizableImage(withCapInsets: .init(high: 12.0, left: 0.0, backside: 12.0, proper: 0.0)) Now the highest 12-pixels and backside…