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 |
Tags
- CoreData Concurrency
- LightWeight Migration
- NSSortDescriptor
- codability
- Persistent store Coordinator
- CoreData Filter
- Swift
- Java
- persistentStoreCoordinator
- Swift LinkedList
- Clean swift
- 다익스트라 이해
- 트레일링 클로저
- iOS Static Library
- dateFormatter
- leetcode #01
- CoreData
- 1009번
- NSManagedObject SubClass
- Associated Value
- NSPredicates
- 스위프트 클로저
- Raw value and Associated value
- Swift 고차함수
- 일급 객체
- expensive operation
- CoreData Stack
- iOS Static Library 사용하는방법
- Swift closure
- 2022 부스트캠프
Archives
- Today
- Total
목록NSSortDescriptor (1)
하루를살자
[iOS] CoreData 를 배워보자 - 3 [NSFetchRequest, Relationship]
목차 - Relationship - NSFetchRequest (NSSortDescriptor, Predicates) Relationship NSManagedObjectModel 에 생성해 놓은 entity 들의 관계를 설정해줄수있다. 예를들어, 하나의 휴대폰기기(Deivce) 는 한명의 소유자 (Owner) 를 가질수 있지만, owner 는 여러개의 device 를 가질수 있다는 관계도를 설정해보자. 관계도는 아래와 같이 Entity 의 Relationship 부분에서 설정해줄수있다. 여기서 중점으로 봐야할것들은 아래와 같다. - Relationship = 현재 entity 의 어떤 관계를 갖는지 - Destination = 어떤 Entity 와 이런 관계를 가지고 있는지 - Inverse = 한쪽에서..
iOS
2022. 10. 18. 14:50