Commit cb951225 authored by lujunye's avatar lujunye

调整时间选择下划线位置

parent dbec7585
...@@ -112,17 +112,17 @@ class YDLBVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,UISea ...@@ -112,17 +112,17 @@ class YDLBVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,UISea
} }
} }
@objc func closeTimeSelect(){ // @objc func closeTimeSelect(){
timeBgH.constant = 0 // timeBgH.constant = 0
scvContentH.constant = 680 // scvContentH.constant = 680
calendarV.removeFromSuperview() // calendarV.removeFromSuperview()
//
} // }
override func viewDidLoad() { override func viewDidLoad() {
super.viewDidLoad() super.viewDidLoad()
let tap = UITapGestureRecognizer(target: self, action: #selector(closeTimeSelect)) // let tap = UITapGestureRecognizer(target: self, action: #selector(closeTimeSelect))
contentView.addGestureRecognizer(tap) // contentView.addGestureRecognizer(tap)
timeBgH.constant = 0 timeBgH.constant = 0
scvContentH.constant = 680 scvContentH.constant = 680
......
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