Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- ios
- Human interface guide
- uiscrollview
- tableView
- clean architecture
- SWIFT
- collectionview
- Clean Code
- rxswift
- 클린 코드
- Refactoring
- UITextView
- 스위프트
- Xcode
- uitableview
- RxCocoa
- 리팩토링
- Protocol
- map
- HIG
- swift documentation
- Observable
- ribs
- 애니메이션
- MVVM
- 리펙토링
- 리펙터링
- swiftUI
- UICollectionView
- combine
Archives
- Today
- Total
목록zero width space (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] \u{200B} 문자열 (Zero Width Space)
Zero Width Space "\u{200B}" 문자는 "zero width space"라고 불리며, 문자열은 있지만 너비의 크기가 0인 문자 ex) 두 개의 UITextField에 placeholder 텍스트를 지정하고, text 값에는 각각 ""와 "\u{200B}"를 입력한 상태 private let textField1 = { let textField = UITextField() textField.font = .systemFont(ofSize: 24, weight: .regular) textField.text = "" textField.textColor = .black textField.placeholder = "placeholder (empty spacing)" return textField..
iOS 응용 (swift)
2023. 10. 25. 01:50