How do you create a Main.storyboard in Xamarin 6.1.2?

69 views Asked by At

If I create a Xamarin iOS project I get a Main.storyboard in the solution. If I create a Xamarin Mac project there is no Main.storyboard. All the documents I'm reading on how to link an action to a button require a storyboard.

How do you create a Main.storyboard file in Xamarin for a Mac solution/project?

1

There are 1 answers

2
Keith John Hutchison On BEST ANSWER

The issue happens if you target 10.9 as the minimum Mac OSX version to support when creating a solution.

Selecting 10.10 or 10.11 when creating a Mac solution creates a solution with storyboard support.