Commit 9893a984 authored by 刘俊宏's avatar 刘俊宏

同上

parent 1bfa84ee
...@@ -110,7 +110,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa ...@@ -110,7 +110,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
let btn = UIButton(frame: CGRect(x: CGFloat(i) * width, y: 0, width: width, height: self.bottomView.bounds.size.height)) let btn = UIButton(frame: CGRect(x: CGFloat(i) * width, y: 0, width: width, height: self.bottomView.bounds.size.height))
btn.setTitleColor(UIColor(named: "白色背景色"), for: .normal) btn.setTitleColor(UIColor(named: "白色背景色"), for: .normal)
btn.titleLabel?.font = UIFont.boldSystemFont(ofSize: 13) btn.titleLabel?.font = UIFont.boldSystemFont(ofSize: 14)
btn.setTitle(title, for: .normal) btn.setTitle(title, for: .normal)
btn.addTarget(self, action: #selector(self.bottomBtnClick(sender:)), for: .touchUpInside) btn.addTarget(self, action: #selector(self.bottomBtnClick(sender:)), for: .touchUpInside)
self.bottomView.addSubview(btn) self.bottomView.addSubview(btn)
......
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