Commit 6b7798f7 authored by lujunye's avatar lujunye

修复地址显示bug

parent 09f07cfe
......@@ -145,7 +145,15 @@ class DZGLViewController: BaseViewController,UITableViewDelegate,UITableViewData
listView.register(UINib(nibName: "DiZhiGuanLiCell", bundle: nil), forCellReuseIdentifier: "DiZhiGuanLiCell")
btmLbl.isHidden = !isSelectMotion
btmBtn.isHidden = !isSelectMotion
btmBtn.isUserInteractionEnabled = isSelectMotion
if isSelectMotion {
btmBtn.gradientStartColor = UIColor(named: "按钮渐变色上")
btmBtn.gradientEndColor = UIColor(named: "按钮渐变色下,字体颜色")
}else{
btmBtn.gradientStartColor = UIColor.white
btmBtn.gradientEndColor = UIColor.white
}
if isSelectMotion {
btmLblHeight.constant = 49
}else{
......
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