Skip to content

Commit

Permalink
[Chore] Team-Smeme#86 - textView 이름 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanmi committed Jan 10, 2023
1 parent b6e4418 commit 87f4708
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ final class StepTwoKoreanDiaryViewController: UIViewController {
}

private func setLayout() {
view.addSubviews([naviView, koreanDiaryTextView, grayUnderlineView, textView, bottomView])
view.addSubviews([naviView, koreanDiaryTextView, grayUnderlineView, diaryTextView, bottomView])

naviView.addSubviews([backButton, languageView, completeButton])
languageView.addSubviews([languageLabel, languageIcon, stepLabel])
Expand Down Expand Up @@ -162,7 +162,7 @@ final class StepTwoKoreanDiaryViewController: UIViewController {
$0.height.equalTo(convertByHeightRatio(6))
}

textView.snp.makeConstraints {
diaryTextView.snp.makeConstraints {
$0.top.equalTo(grayUnderlineView.snp.bottom)
$0.leading.trailing.equalTo(view.safeAreaLayoutGuide).offset(30)
$0.bottom.equalToSuperview()
Expand Down

0 comments on commit 87f4708

Please sign in to comment.