Commit 6b042d75 authored by Steven杜宇's avatar Steven杜宇

// plan

parent 3bda03f6
...@@ -39,7 +39,7 @@ class YHPlanShareImageCell: UICollectionViewCell { ...@@ -39,7 +39,7 @@ class YHPlanShareImageCell: UICollectionViewCell {
lazy var imgView: UIImageView = { lazy var imgView: UIImageView = {
let v = UIImageView() let v = UIImageView()
v.contentMode = .center v.contentMode = .scaleAspectFit
return v return v
}() }()
......
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