Create View Model using MVVMCross built in factory?
问题 I have a situation where I want to "resolve" view models without having to manually call out to the IoC container to resolve a viewmodels dependencies. I'm assuming that internally Mvvmcross has a viewmodel factory used to create viewmodels while injecting their dependencies. Can I call into that directly? If so, what is it called and what namespaces do these factories reside in? Essentially what I'm trying to do is create a "HomeViewModel" for a tabcontroller but don't want to hardcode the