Storyboard Segue

Asked

Viewed 75 times

4

I’m creating a small example of an iOS app using Visual Studio 2015 on Windows 10.

But every time I open the Main.storyboard by the designer and I click on one of the UIStoryboarSegue the property Segue It’s like nothing’s been selected. Leaving the component Xml code as follows:

<segue id="241" destination="12" kind="popoverPresentation"/>

I change manually to

<segue id="241" destination="12" kind="presentation" modalTransitionStyle="flipHorizontal"/>

If you change manually the kind it accepts and works, but every time I return to the designer of storyboard and I click on segue he changes the property kind for popoverPresentation.

Is that a Xamarin bug? Would have some fix to fix this problem?

  • I have the same problem in visual studio. When I used Xamarin Studio on MAC, it worked.

  • I decided to upgrade to an alpha version.

1 answer

4


Looks like it’s a bug even from the stable version of Xamarin.

I decided to upgrade Xamarin to Alpha version.

To update Xamarin, by Visual Studio 2015, to an Alpha version, just go to the menu Tools | Options -> Xamarin | Other.

inserir a descrição da imagem aqui

Note: The version of Xamarin Studio on Mac also has to be upgraded to the same version.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.