提审问题修复
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// AuthLaunchVC.swift
|
||||
// yinmeng-ios
|
||||
//
|
||||
// Created by MaiMang on 2024/2/21.
|
||||
// Created by yinmeng on 2024/2/21.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
@@ -24,7 +24,7 @@ class AuthLaunchVC: BaseViewController, HiddenNavigationBarProtocol {
|
||||
otherStackView.addArrangedSubview(otherLb)
|
||||
otherStackView.addArrangedSubview(rightView)
|
||||
|
||||
loginStackView.addArrangedSubview(idView)
|
||||
// loginStackView.addArrangedSubview(idView)
|
||||
loginStackView.addArrangedSubview(appleView)
|
||||
|
||||
stackView.addArrangedSubview(boxBtn)
|
||||
@@ -80,10 +80,7 @@ class AuthLaunchVC: BaseViewController, HiddenNavigationBarProtocol {
|
||||
make.bottom.equalTo(stackView.snp.top).offset(-56)
|
||||
}
|
||||
|
||||
idView.snp.makeConstraints { make in
|
||||
make.width.equalTo(47)
|
||||
make.height.equalTo(70)
|
||||
}
|
||||
//
|
||||
|
||||
appleView.snp.makeConstraints { make in
|
||||
make.width.equalTo(47)
|
||||
@@ -198,7 +195,6 @@ class AuthLaunchVC: BaseViewController, HiddenNavigationBarProtocol {
|
||||
private lazy var appleView: AuthItmeButton = {
|
||||
let view = AuthItmeButton()
|
||||
view.imageName = "auth_login_apple"
|
||||
view.title = "iPhone登录"
|
||||
view.backgroundColor = .clear
|
||||
view.addTarget(self, action: #selector(appleClick), for: .touchUpInside)
|
||||
return view
|
||||
|
Reference in New Issue
Block a user