Search code examples
iosxamarin.iosxamarin.formsapp-storevisual-studio-2017

Can't edit LaunchScreen.storyboard on Visual Studio


I have a Xamarin.Forms app, and am trying to publish the iOS app in it. I'm following the Xamarin tutorial here for the launch screen.

In steps 6 and 7 it assumes there is some View on the screen. I don't see one. This is what I have:

enter image description here

When I try to drag an Image View as mentioned in the tutorial - I get a "do not enter" symbol on the Image View. (I assume, because I first need the default View there.)

What now? (I'm using VS2017 on Windows 10 Pro.)


Solution

  • Just add ViewController and go from there