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
- UICollectionView
- map
- combine
- RxCocoa
- ios
- HIG
- SWIFT
- 리펙터링
- UITextView
- ribs
- rxswift
- 스위프트
- uiscrollview
- 리팩토링
- swift documentation
- Protocol
- MVVM
- tableView
- 리펙토링
- Clean Code
- Xcode
- Observable
- 애니메이션
- collectionview
- 클린 코드
- swiftUI
- Refactoring
- uitableview
- Human interface guide
- clean architecture
Archives
- Today
- Total
목록protocol에 사용되는 any 키워드 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] protocol에 사용되는 any 키워드 개념 (existential any, existential type)
Existential Type 개념 * Existential: "존재하는" Existential Type는 protocol를 명시적으로 타입을 지정하는 경우, 그 protocol을 Existential Type이라고 명칭 ex) 아래 SomeProtocol을 Existential Type이라고 명칭 let instance: SomeProtocol = SomeClass() Existential Any 개념 Existential Type을 사용할 때, dynamic dispatch가 일어나고 적지않은 메모리 할당 등 비용이 비싼 단점이 존재하여 프로그래머에게 Existential Type을 사용할땐 주의하게끔 any 키워드를 붙여서 사용하라는 의미 (비용관련 내용) (any 키워드를 붙여야 하는 이유 - 실..
iOS 응용 (swift)
2024. 1. 30. 01:43