Posts

Post not yet marked as solved
0 Replies
578 Views
I’m working on an app where I have some sensitive data that I want to encrypt when persisting. It looks like SwiftData has a BackingData protocol but it mentions it's for in-memory only. Is there a way to provide a custom storage for SwiftData so that I can encrypt the data before saving?
Posted
by mctavish.
Last updated
.
Post not yet marked as solved
5 Replies
866 Views
Hi everyone, I'm running the Big Sur 11.0.1 beta (20B5012d) and I'm seeing repeated networking dropouts. It'll be fine for a minute or two and then I'll have no networking for a minute or so. This has been repeating since I've installed the beta. Restarting has solved it for maybe 20 minutes, but then it starts happening over and over again. All other devices on my network are working fine. I'm on ethernet, but a coworker is on WiFi and reporting the same issues.
Posted
by mctavish.
Last updated
.
Post not yet marked as solved
1 Replies
505 Views
Whenever I try to make a DisclosureGroup or OutlineGroup on macOS Big Sure beta 6, it crashes at display time. Is anyone else seeing this? Even the following code crashes: struct ContentView: View { var body: some View { DisclosureGroup( content: { Text("Hello, world!") }, label: { Text("Label") } ) .padding() } }
Posted
by mctavish.
Last updated
.