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
- RxCocoa
- Refactoring
- 리팩토링
- uitableview
- swift documentation
- 애니메이션
- 리펙토링
- 리펙터링
- 클린 코드
- Human interface guide
- ribs
- HIG
- Protocol
- rxswift
- tableView
- combine
- UITextView
- ios
- swiftUI
- Clean Code
- collectionview
- Observable
- SWIFT
- clean architecture
- MVVM
- 스위프트
- Xcode
- map
- uiscrollview
- UICollectionView
Archives
- Today
- Total
목록where Element: (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] where Self 사용 방법 (where Element:, where Element ==, where Self)
구분하기 - protocol의 Where에서 Self: 와 Self == extension ProtocolA where Self: ClassA { } extension ProtocolB where Self == StructA { } protocol 과 where 개념 where은 protocol의 extension에서 사용 where Self를 사용하는 이유는 protocol를 준수하는 타입 중 특정 타입에만 extension한다는 의미로 사용 extension ProtocolA where Self: ClassA { } extension ProtocolB where Self == StructA { } 콜론과 등호의 차이 ex) 예제에 사용할 protocol, struct, class 준비 protoco..
iOS 응용 (swift)
2023. 5. 1. 23:28