In my swiftUI app, the onAppear method of my view is getting called when a picker I have in the same view returns from picking. I do not want my .onAppear method to be called except when the view loads. Is there an option or a good alternative to .onAppear that only gets called when the view loads? Thanks.