Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806b7c8 commit 2705836Copy full SHA for 2705836
1 file changed
Sources/ZYCommonUtil/CustomNavViewController.swift
@@ -49,7 +49,8 @@ open class NavBarView: UIView {
49
rightBtn.setImage(UIImage(named: "common_home_white"), for: .normal)
50
addSubview(rightBtn)
51
rightBtn.snp.makeConstraints { make in
52
- make.size.equalTo(CGSize(width: 30, height: 30))
+// make.size.equalTo(CGSize(width: 30, height: 30))
53
+ make.height.equalTo(30)
54
make.bottom.equalTo(-7)
55
make.right.equalTo(-15)
56
}
0 commit comments