Commit 7de0e2d2 authored by David黄金龙's avatar David黄金龙

添加 ScrollView

parent 5b55b86a
......@@ -24,6 +24,22 @@ class YHFileListViewController: YHBaseViewController {
}()
private lazy var headView : UIView = {
let view = UIView()
view.backgroundColor = .clear
return view
}()
private lazy var myScrollView : UIScrollView = {
let view = UIScrollView()
view.backgroundColor = .red
}()
......@@ -80,7 +96,7 @@ extension YHFileListViewController {
}
bottomView.block = { flag in
if flag == 1 {
printLog("生成清单")
}
}
}
......
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