Why Nostr? What is Njump?
2023-11-05 13:11:32

Hidde van der Ploeg on Nostr: If Self._printChanges() was your best friend debugging #SwiftUI views. Go ahead and ...

If Self._printChanges() was your best friend debugging #SwiftUI views.

Go ahead and try the new Self._logChanges() instead!

var body: some View {
#if DEBUG
let _ = Self._logChanges()
#endif
// … rest of view body …
}

It does the exact same thing but logs at the info level to the "com.apple.SwiftUI" which is cleaner (and easier to filter) in your console ✨

*In Xcode 15.1 and up
Author Public Key
npub1ekj63emzlnxemprl4g0gqzmd93d2rafvcd9augw4qa8yrvnp0q8s4nw8mx