Following the instructions at
http://docs.xamarin.com/guides/ios/getting_started/hello,_mvc/
From Visual Studio with an "empty iPhone project" I go to "Add -> New item" and choose "UIViewController class" template and provide a name such as "HomeScreen".
I do not get the 3 files as mentioned in the above link. I end up with one "HomeScreen.cs" file and it has two classes defined in it. UniversalView(deriving UIView) and HomeScreen(deriving UIViewController). There is no xib file for the View or the designer.cs file generated.
If I repeat the same steps from "Xamarin Studio" on a mac, it creates all three files properly. Not really sure why this is the case from Visual Studio and how to get it to create the three proper files and link against each other.
Any help would be great.