Hi,
I have created a project in Visual studio(under windows in parallels), it has multiple tabs and it all runs fine.
I created a new project within xamarin studio on the same machine(under mac) with just a single view and a button on it, and it all runs fine.
I have attempted multiple times to import the xib file into visual studio, but loading the view never works, i have tried importing the xib into the solution, and starting the project and getting the nib and putting it into the solution but neither seem to work.
Does anyone have an example/ideas on how to add a view using an xib file to my visual studio monotouch project?
Thanks