검색 UI 추가

This commit is contained in:
Yu Sung
2025-03-27 08:54:08 +09:00
parent 82dc43b40f
commit c71e78fc88
16 changed files with 1023 additions and 8 deletions

View File

@@ -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,