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
- tableView
- 리팩토링
- UITextView
- ios
- 클린 코드
- combine
- swiftUI
- Xcode
- HIG
- UICollectionView
- MVVM
- clean architecture
- 리펙토링
- uiscrollview
- Observable
- Protocol
- Clean Code
- Human interface guide
- SWIFT
- 스위프트
- rxswift
- collectionview
- 리펙터링
- Refactoring
- RxCocoa
- 애니메이션
- swift documentation
- uitableview
- ribs
- map
Archives
- Today
- Total
목록@backDeployed (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 2. swift 5.8 정리 - optional generic, lazy var, @backDeployed
1. swift 5.8 정리 - implicit self, magic file name, collection downcast 2. swift 5.8 정리 - optional generic, lazy var, @backDeployed T { let numberToDouble = number ?? 0 return numberToDouble * 2 } let first = 1 let second = 2.0 let third: Float = 3 let numbers: [any Numeric] = [first, second, third] for number in numbers { let value = optionalDouble(number) // error: type 'any Numeric' cannot conf..
iOS 응용 (swift)
2023. 4. 10. 01:30