검색
- hint 수정 - 검색 통합 결과 - 제목 2줄까지만 허용
This commit is contained in:
@@ -37,7 +37,7 @@ struct FocusedTextField: UIViewRepresentable {
|
||||
textField.autocapitalizationType = .none
|
||||
textField.autocorrectionType = .no
|
||||
|
||||
let placeholder = "검색"
|
||||
let placeholder = "검색어를 2글자 이상 입력하세요"
|
||||
textField.placeholder = placeholder
|
||||
textField.attributedPlaceholder = NSAttributedString(
|
||||
string: placeholder,
|
||||
|
Reference in New Issue
Block a user