Why does my view not change after published variable is updated? – Ios swift
Once a user logs in to my app, I want to change the view from SignInView to AppShellView. The authData variable updates perfectly fine in UserViewModel once it receives data from the API (checked in UserViewModel via print statement) but…