How to access property in viewmodel to view in SwiftUI? – Ios swift
I have viewmodel and view i have return some API logic in viewmodel and getting one dictionary after some logic..i want to access that dictionary value from view for ex. viewmodel.someDic but for now every-time i am getting empty dic.…