Reputation: 27693
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:
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
Reputation: 1
Drag and drop ViewController to LaunchScreen.storyboard
Example here:
Upvotes: 0