调整首页startButton按钮位置

This commit is contained in:
Fin 2021-05-28 11:07:27 +08:00
parent 54b8453c89
commit 5dfd06335a
No known key found for this signature in database
GPG Key ID: CFB59B99D87A7B93

View File

@ -52,7 +52,7 @@ class HomeViewController: BaseViewController {
self.startButton.snp.makeConstraints { (make) in
make.width.height.equalTo(150)
make.centerX.equalToSuperview()
make.top.equalTo(150)
make.centerY.equalToSuperview().offset(-50)
}
Client.shared.currentTabBarController?