250x250
반응형
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
- pubspec
- dart
- pubspec.yaml
- Equatable
- xcode
- protocol
- Widget
- listview
- github
- COMMIT
- algorithm
- keyWindow
- swiftlint
- tip
- toyproject
- UIAccessibility
- Extentsion
- SwiftGen
- flutter
- Leetcode
- reetcode
- GIT
- ToDoRim
- OSLog
- basic
- designPattern
- enumerations
- IOS
- it
Archives
- Today
- Total
목록Identifiable (1)
수니의 개발새발
[iOS/Swift] Identifiable
📌 이번 글은 Identifiable 개념과 사용법입니다. Apple Developer iOS 13.0+ iPadOS 13.0+ macOS 10.15+ Mac Catalyst 13.0+ tvOS 13.0+ watchOS 6.0+ Xcode 11.0+ Identifiable은 Protocol Protocol은 특정 작업이나 기능에 적합한 메서드, 프로퍼티 및 기타 요구사항을 정의해주고, 이러한 Protocol은 class, struct, enum에서 채택하여 이런 요구사항을 실제로 구현할 수 있도록 도와줍니다. 즉, Protocol은 메서드, 프로퍼티 등을 정의만 하고, 이 Protocol을 채택한 곳에서 구현을 합니다. 먼저 Identifiable의 경우, 이미 애플에서 만들어 놓은 Protocol입니다..
iOS - Swift
2022. 1. 26. 17:23