| | |
| | | @IBOutlet weak var view_container: UIView! |
| | | @IBOutlet weak var label_content: UILabel! |
| | | @IBOutlet weak var btn_complete: UIButton! |
| | | @IBOutlet weak var cons_hei: NSLayoutConstraint! |
| | | // @IBOutlet weak var cons_hei: NSLayoutConstraint! |
| | | @IBOutlet weak var cons_textTop: NSLayoutConstraint! |
| | | private var settingModel = UserDefaultSettingViewModel.getSetting() |
| | | |
| | |
| | | |
| | | override func layoutSubviews() { |
| | | super.layoutSubviews() |
| | | btn_complete.localGradientColor(cornerRadius: 20,bounds: btn_complete.frame) |
| | | btn_complete.localGradientColor(cornerRadius: 20,bounds: CGRect(x: 0, y: 0, width: JQ_ScreenW - 85 * 2, height: 40)) |
| | | } |
| | | } |