I am very new to MvvmCross and Xamarin development. I am using MvvmCross 6.x
I followed the TipCalc tutorial and I was able to setup the core project, but, when I tried to setup the iOS project, I did not find any item to add View Controller with xib file in Visual Studio 2017 on Windows.
Only options I see is to add a view controller with story board, view controller class and uiview, but no item to add view controller with xib, under user interface.
I tried to add view with a storyboard and decorated the class with MvxFromStoryboard attribute, but the view does not show when I run the app.
What am I missing?
I am using Visual Studio 2017 on Windows. I cannot find the option to add a view controller with xib.
Only options I see is to add a view controller with story board, view controller class and uiview, but no item to add view controller with xib, under user interface.