Skip to content

Commit

Permalink
πŸ› 인증 물뿌리개 ν„°μΉ˜κ°€ μ•ˆλ˜λŠ” ν˜„μƒ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
gunoooo committed Aug 7, 2023
1 parent f3fbf5b commit 04d730e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ final class MyFlowerView: UIView {

self.induceCertificationView.snp.makeConstraints { make in
make.top.equalToSuperview()
make.leading.trailing.equalToSuperview()
make.centerX.equalToSuperview().multipliedBy(0.8)
make.bottom.equalTo(self.flowerImageView.snp.top).offset(-8)
}
Expand Down

0 comments on commit 04d730e

Please sign in to comment.