Commit 5501fb02 authored by David黄金龙's avatar David黄金龙

超长图片 剪切掉

parent 87e221f0
...@@ -60,6 +60,7 @@ class YHActivityListCell: UITableViewCell { ...@@ -60,6 +60,7 @@ class YHActivityListCell: UITableViewCell {
let view = UIImageView() let view = UIImageView()
view.contentMode = .scaleAspectFill view.contentMode = .scaleAspectFill
view.image = UIImage(named: "global_default_image") view.image = UIImage(named: "global_default_image")
view.clipsToBounds = true
return view return view
}() }()
......
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