Is there tabbed layout platform provided by mvvmcross?
问题 I'm trying to add tabbed layout in xamarin app. I use mvvmcross platform, but it is not easy to find the tabbed layout platform provided by mvvmcross for both android and ios. If there is any platform or example in mvvmcross, pls help me! thanks! 回答1: TR;DR; In the docs of MvvmCross you'll find it in the presenters (Xamarin.Android, Xamarin.iOS, Xamarin.Forms) Basically, you'll have to decore with attributes your views to generate the tabs. Long examples (these are using Mvx 6) Examples