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 |
Tags
- swift documentation
- map
- Protocol
- SWIFT
- 스위프트
- 리팩토링
- 리펙터링
- ios
- 애니메이션
- uiscrollview
- rxswift
- Observable
- Human interface guide
- 리펙토링
- UITextView
- Xcode
- swiftUI
- MVVM
- clean architecture
- tableView
- combine
- uitableview
- HIG
- Clean Code
- 클린 코드
- Refactoring
- ribs
- UICollectionView
- collectionview
- RxCocoa
Archives
- Today
- Total
목록빈 문자열 (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bytBfs/btsyYpEvdD6/YMS5nEOY4gW5uQgbmDv9f1/img.png)
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