Reading List

SwiftData Expressions from Michael Tsai RSS feed.

SwiftData Expressions

Keith Harrison: In iOS 18, SwiftData can make use of Foundation’s new #Expression macro to make it easier to build more complex predicates. From the WWDC session: Expressions allow for reference values that do not produce true or false but instead allow for arbitrary types. You can then evaluate the expression as part of more […]