-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hi,
Sorry to contact you here, this might not be an issue.
The code here is dated September 2015. Now in 2017, do you think this is still a solution to add a Xamarin.Form page into an existing mvvmcross (native UI) solution?
I have an existing mvvmcross solution for Android, iOS, and UWP in the future. I am happy with current mvvmcross architecture and I don't see the possibility to rewrite it in X.F.
But sometimes I feel it's time consuming to create a new page, especially for iOS (I don't use storyboard, I create view UI by code). So I want to mix some Xamarin.Form page into my current iOS pages/viewcontrollers.
I'm not sure if the technology has already evolved or if MvvmCross has already had the build-in capability to navigate from a native view controller to a Xamarin.Form page. What's your idea in this case?
If this is still a decent solution for my case, I'd like to fork this repository and update it (MvvmCross/Xamarin.Form) to latest version and will give you a PR.
Thanks,
Fay