Commit b7d89c40 authored by Steven杜宇's avatar Steven杜宇

// 方案

parent 81383929
......@@ -180,8 +180,8 @@ class YHPlanShareViewController: YHBaseViewController {
lazy var planDocumentFileUrl: URL = {
let fileManager = FileManager.default
let documentsURL = fileManager.urls(for: .documentDirectory, in: .userDomainMask).first!
let planDirectoryURL = documentsURL.appendingPathComponent("plan")
return planDirectoryURL
// let planDirectoryURL = documentsURL.appendingPathComponent("plan")
return documentsURL
}()
override func viewDidLoad() {
......
......@@ -106,7 +106,7 @@ class YHPlanScoreView: UIView {
make.left.equalTo(16)
make.right.equalTo(-16)
make.top.equalTo(0)
make.bottom.equalTo(-20)
make.bottom.equalTo(-16)
}
titleLabel.snp.makeConstraints { make in
......
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