摘要:
办法1 使用 self.bgView.image = UIImage.init(named: model["bgView"] ?? "")?.getTensileImage() 办法2/* * Stretch 拉伸 * Tile 平铺 */ self.bgView.image = UIImage.i 阅读全文
摘要:
import UIKit class JYJYBouncedCouponsViewCellBgView: UIView { //一定要在这里设置 背景色, 不要再draw里面设置, override init(frame: CGRect) { super.init(frame: frame) self.backgroun... 阅读全文