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
- SWIFT
- HIG
- 리펙토링
- Observable
- UITextView
- MVVM
- Refactoring
- clean architecture
- Xcode
- 리팩토링
- 리펙터링
- ios
- swift documentation
- 스위프트
- Clean Code
- rxswift
- UICollectionView
- combine
- swiftUI
- 클린 코드
- Human interface guide
- uitableview
- Protocol
- RxCocoa
- ribs
- collectionview
- 애니메이션
- tableView
- uiscrollview
- map
Archives
- Today
- Total
목록Type Erasure (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] Type Erasure 이해하기 (any, some, unboxing 개념, 유연한 프로그래밍)
Type Erasure 알기 전 알아야할것 Type Erasure를 먼저 살펴보기 전에, 왜 Type Erasure와 같은 기능이 나왔는지 이해하기 위해 아래처럼 확장성 있는 기법들을 알아보기 사전 지식1) 클라이언트 코드 쪽에서 유연한 프로그래밍 (= 추상화) * 클라이언트 코드: 모듈, 함수, 메소드 등 이 것을 사용하는 코드 부분을 의미 대표적인 방법 - Generics func compare(param1: T, param2: T) -> Bool { param1 T { 10 // Cannot convert return expression of type 'Int' to return type 'T' ..
iOS 응용 (swift)
2023. 2. 24. 22:01