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
- 다익스트라 이해
- leetcode #01
- Swift LinkedList
- dateFormatter
- CoreData Concurrency
- iOS Static Library 사용하는방법
- Java
- NSSortDescriptor
- iOS Static Library
- Raw value and Associated value
- 1009번
- codability
- CoreData Filter
- Swift
- Associated Value
- CoreData Stack
- expensive operation
- NSPredicates
- CoreData
- Swift closure
- Clean swift
- 2022 부스트캠프
- LightWeight Migration
- 트레일링 클로저
- Persistent store Coordinator
- 일급 객체
- 스위프트 클로저
- NSManagedObject SubClass
- persistentStoreCoordinator
- Swift 고차함수
Archives
- Today
- Total
목록Raw value and Associated value (1)
하루를살자
Swift - Enum
Enumerations Enumeration cases can specify associated values of any type to be stored along with each different case value. You can use 'case' keyword to introduce new enumeration cases. Each enumeration definition defines a new type. var directionToHead = CompassPoint.west directionTohead = .east The type of directionTohead is already known, so its type can be dropped when setting its value. ==..
Swift
2021. 12. 31. 03:14