SwiftUI-MSALSample
SwiftUI-MSALSample copied to clipboard
This may be a question but why is viewModel.loadMSALScreen() in viewDidLoad()
I kept on getting errors in the log and I realized the MSALScreenViewController called viewDidLoad() when starting and after I clicked the button. So loadMSALScreen() was called 3 times. Is that on purpose?