Commit 94dc80b4 authored by Steven杜宇's avatar Steven杜宇

我的名片

parent 2e63d041
...@@ -38,7 +38,14 @@ class YHMyNameCardViewController: YHBaseViewController { ...@@ -38,7 +38,14 @@ class YHMyNameCardViewController: YHBaseViewController {
bar.backgroundColor = .clear bar.backgroundColor = .clear
bar.title = "我的名片" bar.title = "我的名片"
bar.titleColor = .white bar.titleColor = .white
bar.rightButton.setImage(UIImage(named: "people_card_setting"), for: .normal) bar.rightButton.setImage(UIImage(named: "people_card_authorized"), for: .normal)
bar.rightButton.setTitle("授权", for: .normal)
bar.rightButton.setTitleColor(UIColor.white, for: .normal)
bar.rightButton.titleLabel?.font = UIFont.PFSC_R(ofSize:15)
bar.rightButton.snp.updateConstraints { make in
make.width.equalTo(55)
make.height.equalTo(44)
}
bar.backButton.setImage(UIImage(named: "back_icon_for_code_input"), for: .normal) bar.backButton.setImage(UIImage(named: "back_icon_for_code_input"), for: .normal)
bar.backBlock = { bar.backBlock = {
[weak self] in [weak self] in
......
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
"scale" : "1x" "scale" : "1x"
}, },
{ {
"filename" : "Vector@2x.png", "filename" : "Group 2033194953@2x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"filename" : "Vector@3x.png", "filename" : "Group 2033194953@3x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "3x" "scale" : "3x"
} }
......
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