Post

Replies

Boosts

Views

Activity

Comment on iPadOS 26 Disable "open recent"
Oh good idea, but I had that explicitly set to 'NO'. But I also had Supports opening documents in place set to 'YES'. Changing that one to 'NO' seemed to do the trick. Thanks for your suggestion.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’25
Comment on glassEffect() in SwiftUI always renders as white
Submitted feedback here: https://feedbackassistant.apple.com/feedback/18621976
Topic: Design SubTopic: General
Replies
Boosts
Views
Activity
Jul ’25
Comment on Assertion Failure: Test crashed with signal ill.
@apexskier If I do that I'm unable to build the tests locally. How exactly do you have this working?
Replies
Boosts
Views
Activity
Jan ’25
Comment on Playing Timed Sound Effects in Background
Sorry I don't remember the specifics b/c I never implemented it. Have a look at ActivityKit or how to schedule background tasks. Good luck.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on Playing Timed Sound Effects in Background
Yea I think you can schedule them to be played, and I think that's how those apps work. But from what I could tell the timing is very imprecise with that approach, which didn't work for my use case. Live Activities with ActivityKit was another approach I tried, but also didn't work for the same reason.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on Playing Timed Sound Effects in Background
Hi @Jackson-G Unfortunately it doesn't seem to be possible. After researching it seems apps can do periodic background tasks, but they cannot play audio.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on When is SwiftData available?
"SwiftData doesn’t preserve order of arrays" I'm also noticing this and am confounded by all the workarounds required to get my nested arrays sorted. There must be a better way? or future support coming? I hope.
Replies
Boosts
Views
Activity
Jan ’24