검색 UI 추가
This commit is contained in:
@@ -37,7 +37,7 @@ struct FocusedTextField: UIViewRepresentable {
|
||||
textField.autocapitalizationType = .none
|
||||
textField.autocorrectionType = .no
|
||||
|
||||
let placeholder = "채널명을 입력해 보세요"
|
||||
let placeholder = "검색"
|
||||
textField.placeholder = placeholder
|
||||
textField.attributedPlaceholder = NSAttributedString(
|
||||
string: placeholder,
|
||||
|
Reference in New Issue
Block a user