You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im struggling convert the .collectAsState() function used in jetpack compose to Swift UI. I am currently unable to access the state object from the viewmodel in SwiftUI. It is pretty straight forward in compose. Any insights on how to do this in SwiftUI? I see that you wrote a .asStateObject() extension function somewhere.
The text was updated successfully, but these errors were encountered:
Im struggling convert the .collectAsState() function used in jetpack compose to Swift UI. I am currently unable to access the state object from the viewmodel in SwiftUI. It is pretty straight forward in compose. Any insights on how to do this in SwiftUI? I see that you wrote a .asStateObject() extension function somewhere.
The text was updated successfully, but these errors were encountered: