Howto use a property of a c++ class in a swiftui view
I want to create an application according to MVVM model where my views are programmed in swiftui and my viewmodels are coded in C++. To do that i’ve done the following things:
Howto use a property of a c++ class in a swiftui view
I want to create an application according to MVVM model where my views are programmed in swiftui and my viewmodels are coded in C++. To do that i’ve done the following things: