Skip to content

Commit 2cdfc30

Browse files
committed
[FIX] #35 핀 생성뷰 날씨 아이콘 조정
1 parent 6ba96c4 commit 2cdfc30

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Pinit/Pinit/Views/PinEdit/PinEditViewController.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,9 @@ final class PinEditViewController: UIViewController, UITextViewDelegate {
215215

216216
weatherImage.snp.makeConstraints{
217217
$0.top.equalTo(mapView.snp.bottom).offset(10)
218-
$0.leading.equalTo(view.snp.centerX).offset(100)
219-
$0.height.width.equalTo(30)
218+
// $0.leading.equalTo(view.snp.centerX).offset(100)
219+
$0.trailing.equalToSuperview().inset(20)
220+
$0.height.width.equalTo(35)
220221
}
221222

222223
dateLabel.snp.makeConstraints{

0 commit comments

Comments
 (0)