Skip to content

Commit

Permalink
✅[CHORE] #136 - 검색창 기본 문구 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jumining committed May 11, 2022
1 parent f17e9de commit b20aa33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ class StudioMapSearchViewController: UIViewController {
switch self.status {
case .originStudioVC :
self.navigationBar.popViewController = {
print("버튼 누름")
self.view.endEditing(true)
self.dismiss(animated: true, completion: nil)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ extension UITextField {
NSAttributedString.Key.foregroundColor: UIColor.grey2,
NSAttributedString.Key.font: UIFont(name: "NotoSansKR-Regular", size: 14)!
]
self.attributedPlaceholder = NSAttributedString(string: "추억을 현상할 현상소를 검색해보세요", attributes: attributes)
self.attributedPlaceholder = NSAttributedString(string: "현상소 이름 또는 주소로 검색해보세요", attributes: attributes)
}
}

Expand Down

0 comments on commit b20aa33

Please sign in to comment.