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
- PagingLib
- mvvm
- android13
- google play
- Kotlin
- junit
- list
- php
- Android 13
- Reactive
- node
- 인앱결제
- 동영상
- MotionLayout
- Animation
- MediaSession
- rx
- databinding
- RxKotlin
- node.js
- SwiftUI Tutorial
- SWIFTUI
- GCP
- 테스트 자동화
- Android
- Observable
- mysql
- paging
- Koin
- MediaPlayer
Archives
- Today
- Total
목록Hashable (1)
봄날은 갔다. 이제 그 정신으로 공부하자
2-1. SwiftUI Tutorial - Hashable, Codable, Identifiable
이 글은 swiftUI Tutorial 중 2번째 항목인 "Building Lists and Navigation" 내용을 기반으로 소소하게 알아두면 좋은 내용을 설명합니다. swiftUI Tutorial "Building Lists and Navigation""(아래 링크)와 같이 보시면 더욱 유익합니다. https://developer.apple.com/tutorials/swiftui/building-lists-and-navigation Hashable 정수 Hash 값을 제공하는 타입의 프로토콜로 구조체가 Hashable을 상속받아 사용하는 이유는 Hashable 상속받은 구조체의 인스턴스는 set 또는 dictionary의 key로 사용할 수 있기 때문 입니다. set과 dictionary의 key..
iOS Tip
2022. 3. 1. 22:22