Skip to content

Commit

Permalink
chore boostcampwm2023#394: TLToastView Layout 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolz committed Jan 12, 2024
1 parent 5a8bff8 commit 9e84389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOS/traveline/Sources/DesignSystem/View/TLToastView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ final class TLToastView: UIView {
translatesAutoresizingMaskIntoConstraints = false
alpha = 1.0
NSLayoutConstraint.activate([
bottomAnchor.constraint(equalTo: view.bottomAnchor, constant: -24),
bottomAnchor.constraint(equalTo: view.keyboardLayoutGuide.topAnchor, constant: -24),
leadingAnchor.constraint(equalTo: view.leadingAnchor, constant: Metric.margin),
trailingAnchor.constraint(equalTo: view.trailingAnchor, constant: -Metric.margin),
heightAnchor.constraint(equalToConstant: Metric.toastHeight)
Expand Down

0 comments on commit 9e84389

Please sign in to comment.