-
//
// SwiftData.swift
//
// Copyright (c) 2015 Ryan Fowler
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation fil…
-
- **Date:** 2023-07-05
- **Resolution:** Open
- **Area:** Xcode
- **OS:** macOS 13.4
- **Type:** Incorrect/Unexpected Behavior
- **Keywords:** Xcode, SwiftUI, SwiftData
## Details
**What ve…
-
# Feature request
I am building an application for a user group that spends a majority of their time ouside of a network connection. Having an offline sync or cache would simplify development.
## …
-
The app states that the Grocy version 4.2.0 is not supported
-
To aide in remembering, visualized as "written to the backside of polaroid"
[example of flipped polaroid](https://mypolaroidblog.files.wordpress.com/2014/12/polaroid-code-9.jpg)
Originally wanted …
-
There's a bug when adding a new Pet. Because the `appendPet()` function just uses `count` for the new `sortOrder` value, it will duplicate an existing `sortOrder` value if any Pets have been deleted s…
-
### Description
After adding the Color property to the SwiftData model the app crashes at launch with the following error:
SwiftData/SchemaProperty.swift:369: Fatal error: Unexpected type for Comp…
-
## 新框架、新思维:解析 Observation 和 SwiftData 框架
这是我在 Let's VisionOS 2024 上的演讲内容。为了便于阅读,我对原始内容进行了简化,并调整为更加书面化的表达。本次分享的核心是传达这样一个中心思想:尽管这些新框架是为了解决现有框架中的问题而设计的,但我们不应被过往的经验和惯例所限制。需要用开放的心态和全新的视角去学习和使用这些新工具。将采用新…
-
현재 구현한 RestAPI 관련 Server 및 DB 입니다
## 우선, 1차 프로젝트 SwiftData 사용해서 그대로 진행해도 됩니다
추후에 있을 2,3차 프로젝트 확장가능성에 대비하여 미리 틀만 잡아놓은 상태입니다.
AWS EC2, RDS 서버도 구축완료했습니다.
앱 배포 혹은 확정되면 연동 예정입니다
# RestAPI
![i…
-
- replace to `ScrollView.scrollTargetBehavior(.paging)` from TabView for ScrollImagesView
- https://qiita.com/SNQ-2001/items/55ca01f85e0761808f63
- replace to `@Observable` from ObservableObject…