Commit e864de3f authored by David黄金龙's avatar David黄金龙

no message

parent 9f15dd92
...@@ -10,10 +10,8 @@ import Photos ...@@ -10,10 +10,8 @@ import Photos
import PhotosUI import PhotosUI
class YHLongtapPictureSheetView: UIView { class YHLongtapPictureSheetView: UIView {
var uploadTypeArr = ["分享图片","保存图片","取消"] private var uploadTypeArr = ["分享图片","保存图片","取消"]
private let testUrl = "https://img1.baidu.com/it/u=2032777443,4245182967&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1422" private let testUrl = "https://img1.baidu.com/it/u=2032777443,4245182967&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1422"
lazy var blackMaskView: UIView = { lazy var blackMaskView: UIView = {
let view = UIView() let view = UIView()
view.backgroundColor = UIColor(hex: 0x0F1214, alpha: 0.5) view.backgroundColor = UIColor(hex: 0x0F1214, alpha: 0.5)
......
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