Commit 800b0929 authored by Steven杜宇's avatar Steven杜宇

// AI

parent 1f461c1a
......@@ -49,11 +49,13 @@ class YHAIProductCell: UICollectionViewCell {
}()
lazy var blackView: UIView = {
let v = UIView()
v.backgroundColor = .black
v.layer.cornerRadius = 13.0
v.clipsToBounds = true
v.layer.allowsEdgeAntialiasing = true
v.addSubview(blackTitleLabel)
blackTitleLabel.snp.makeConstraints { make in
make.left.equalTo(10)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment