I'm not really familiar with Live Activities, but I understand that you get a context that has some state and attributes passed from your main app. I'm assuming when this changes, that is your trigger.
Post
Replies
Boosts
Views
Activity
That's great. I suggest you create a new post detailing your new issue as I don't have enough information here to fix it.
Can you please mark that answer as correct to close this thread and let others know your issue has been solved.
Can you please mark that answer as correct to close this thread and let others know your issue has been solved.
If that was the answer to your problem, can you please mark that reply as correct to also let others know your issue has been solved.
It isn't a parameter but the notation for explicitly capturing the specified values from within a closure. Closures are a complex thing in Swift and you can read more in this article and see it in action, like you may have before here: https://www.hackingwithswift.com/articles/179/capture-lists-in-swift-whats-the-difference-between-weak-strong-and-unowned-references.
I'm not sure what you're asking. Would you not just use items.sorted { $0.orderIndex < $1.orderIndex } . If that's not the problem, then please add a new reply detailing the issue with proper code snippets.
I had asked Apple and my solution was based off of someone from the SwiftUI team’s response. So yes, you can switch between different column layouts but it would also be nice to have a better way. My feedback was FB12116429.
Xcode 15 beta 6 will only run for an iOS 17 beta 5 simulator. Since there has been no new Xcode release for iOS 17 beta 6, Xcode doesn’t know about this new version. To test for iOS 17 beta 6 you will need a device running it.
The error is happening on iOS 17 beta 6. Xcode 15 beta 6 can build for both beta 5 and 6. So running on the simulator will run for beta 5 where there is no issue. Running on a device on beta 6 will cause the crash.
Can you make a new post about this as it should really be discussed in the comments of a different post.
You can instead use the localizedLowercase computed property instead, because the lowercased() function isn't allowed.
Do you mean Xcode 15?
You're very welcome. It's always nice to help others out and you always learn things along the way. Apple doesn't always know what we developers are thinking which is why feedback is so important. Hopefully, SwiftData gets better because if it's anything like SwiftUI's introduction then a lot of people will be happy. Good luck with your predicates!
Glad I could help. Can you mark an answer as correct to close this thread and so others know your issue has been solved.