Swift 图片中间拉伸,两边不拉伸
2021-07-12 本文已影响0人
Albert新荣
let image = UIImage(named: "ticket_red")?.resizableImage(withCapInsets: UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20), resizingMode: .stretch)
let image = UIImage(named: "ticket_red")?.resizableImage(withCapInsets: UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20), resizingMode: .stretch)