|
@@ -17,7 +17,7 @@ class MVSettingController: MVBaseController{
|
|
|
let infoDictionary = Bundle.main.infoDictionary
|
|
|
|
|
|
let majorVersion :String = infoDictionary! ["CFBundleShortVersionString"] as! String//主程序版本号
|
|
|
- tipsA.text = "APP版本号V\(majorVersion)"
|
|
|
+ tipsA.text = "APP版本号\nV\(majorVersion)"
|
|
|
tipsA.lineBreakMode = .byWordWrapping
|
|
|
tipsA.textAlignment = .center
|
|
|
tipsA.numberOfLines = 0
|
|
@@ -97,7 +97,7 @@ class MVSettingController: MVBaseController{
|
|
|
func addLayout() {
|
|
|
|
|
|
tipsA.snp.remakeConstraints { make in
|
|
|
- make.width.equalTo(146)
|
|
|
+ make.width.equalTo(182)
|
|
|
make.height.equalTo(160)
|
|
|
make.centerX.equalToSuperview()
|
|
|
make.top.equalToSuperview().offset(313)
|