提交 24462bfb authored 作者: 逄仁秀's avatar 逄仁秀

no message

上级 028fbdc0
......@@ -41,6 +41,17 @@ class KJAddBankCodeAlert: UIView {
whiteView.addSubview(chooseBtn)
chooseBtn.backgroundColor = UIColor(hex: "#F9F9F9")
chooseBtn.layer.cornerRadius = 5
chooseBtn.frame = CGRect(x: 15, y: 80, width: kjWidth - 80, height: 48)
let backView = UIView(frame: CGRect(x: 15, y: 142, width: kjWidth - 80, height: 48))
whiteView.addSubview(backView)
backView.backgroundColor = UIColor(hex: "#F9F9F9")
backView.layer.cornerRadius = 5
let chooseL = UILabel(frame: CGRect(x: 25.5, y: 93.5, width: 100, height: 23))
whiteView.addSubview(chooseL)
chooseL.textColor = UIColor(hex: "#333333")
}
required init?(coder: NSCoder) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论