Skip to content

Commit

Permalink
[Chore] #91 - 코드리뷰사항 적용, adjusted 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
boogios committed Jan 17, 2024
1 parent d26e17e commit fbf18da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ extension HomeViewController {
self.alreadyTransparencyToastView?.snp.makeConstraints {
$0.leading.trailing.equalToSuperview().inset(16.adjusted)
$0.bottom.equalTo(self.tabBarHeight.adjusted).inset(6.adjusted)
$0.height.equalTo(44)
$0.height.equalTo(44.adjusted)
}

UIView.animate(withDuration: 1.5, delay: 1, options: .curveEaseIn) {
Expand Down

0 comments on commit fbf18da

Please sign in to comment.