ispiro
ispiro

Reputation: 27693

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.)

Upvotes: 3

Views: 962

Answers (2)

AHMED AL-WAHAIBI
AHMED AL-WAHAIBI

Reputation: 1

Drag and drop ViewController to LaunchScreen.storyboard

Example here:

enter image description here

Upvotes: 0

Yuri S
Yuri S

Reputation: 5370

Just add ViewController and go from there

Upvotes: 1

Related Questions