Skip to content

Commit

Permalink
[Fix] Health-Food-Me#154 - 스크랩북 디테일 수정
Browse files Browse the repository at this point in the history
버튼 위치 및 터치영역 크기 수정
  • Loading branch information
0inn committed Jul 20, 2022
1 parent a2fd081 commit 9a65b62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ extension ScrapCVC {
}

scrapButton.snp.makeConstraints {
$0.top.equalToSuperview().inset(11)
$0.trailing.equalToSuperview().inset(13)
$0.top.trailing.equalToSuperview().inset(8)
$0.height.width.equalTo(28)
}

storeNameLabel.snp.makeConstraints {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ extension ScrapVC {
}

private func setUI() {
scrapEmptyView.isHidden = true
self.navigationController?.navigationBar.isHidden = true
}

Expand Down

0 comments on commit 9a65b62

Please sign in to comment.