We're using Xamarin Native Android with which we built an App also using MvvmCross. The Android part is ready and I now have to implement the iOS part. I'm new to iOS development and have difficulty starting. For Android I've created several view that are shown using the ShowViewModel() methods of MvvmCross. Each view is a separate page except for one which holds 2 tabs using fragments. All the pages look the same with a header (Toolbar) on top. I would like the iOS app to look about the same and need to reuse layout as have done in Android. In Android xaml one can use the tag to include another xaml file. I would like to kind of the same in iOS. I'm open to suggestions concerning using code, storyboards and/or separate .xib files. What are the possibilities and best practices?
↧