NEW: My new book Pro SwiftUI is out now – level up your SwiftUI skills today! >>

SOLVED: When printing changes, what does "@self changed" mean exactly?

Forums > SwiftUI

@aarku  

I'm using Self._printChanges() to investigate some performance issues. I'm seeing some view bodies get run with only "@self changed" being the reason.

Does this essentially mean that something futher up the graph is getting rendered which causes this to rerender too? Or something else?

Thanks in advance, -Jon

   

According to documentation it only mentions that besides changed properties @self means that the struct itself was changed

1      

Hacking with Swift is sponsored by Judo

SPONSORED Let’s face it, SwiftUI previews are limited, slow, and painful. Judo takes a different approach to building visually—think Interface Builder for SwiftUI. Build your interface in a completely visual canvas, then drag and drop into your Xcode project and wire up button clicks to custom code. Download the Mac App and start your free trial today!

Try now

Sponsor Hacking with Swift and reach the world's largest Swift community!

Reply to this topic…

You need to create an account or log in to reply.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.