-
Migrate Model
* Expense
* group Name
Transaction
* 后面做关联 ?
User
* isCurrentUser 后面做Filter
Relationship 关系: 如果要删除了需要统一删除 ?
* 删除Group 需要把所有关联到当前Group相关的Transaction 全部删除
* 需要了解Inve…
-
## Question
- Given that the current models conforms to multiple protocols (`@model`, `Codable`, UI etc) what is your opinion on separating each model down to one responsibility?
- How would you m…
-
## 개요
- 한달에 두번의 채팅을 할 수 있어, 대화 데이터는 내부 DB에 저장하기로 했습니다.
## 쿠링봇 내부 DB 설계 및 구현
- 내부 DB로 Core Data, Realm 둘 중에 고민중이긴 하지만, Core Data로 쓸 것 같습니다.
- 이 부분에 대해서 다른 분들 의견있으시면 답변 달아주시면 감사하겠습니다 !
-
Hi, I am trying your package and the demo app. On MacOS I can reorder the items in the list, as well as drag items to the two areas at the bottom of the screen. However on iOS I cannot reorder the lis…
-
### How frequently does the bug occur?
Always
# Description
Consider these objects:
```
class Flag: Object
{
@Persisted var isLoud: Bool = true
}
class Bar: Object
{
@P…
-
### Summary
When trying to authenticate into Bluesky, an error message appears that states the hostname couldn't be found.
### Reproduction Steps
1. Create a new project in Xcode.
2. Add ATP…
-
### Platform
iOS
### Environment
Develop
### Installed
Swift Package Manager
### Version
8.18
### Did it work on previous versions?
no
### Steps to Reproduce
Use a SwiftData predicate that …
-
KWDC24 행사 끝나고 발행하게 되겠네요
-
https://www.fatbobman.com/posts/coreDataWithCloudKit-2/
本篇文章中,我们将探讨 Core Data with CloudKit 应用中最常见的场景——将本地数据库同步到 iCloud 私有数据库。
-