mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
调整首页startButton按钮位置
This commit is contained in:
parent
54b8453c89
commit
5dfd06335a
@ -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?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user