#SwiftUILab
Are you referring to `body`?
That’s a function, not a closure.

Swift views that only have trivial data types as properties are themselves considered “plain old data” (POD): xcancel.com/SwiftUILab/s...

You can check yourself by creating different views and calling _isPOD() on them.
xcancel.com
May 20, 2025 at 9:20 PM
November 19, 2024 at 7:56 PM