Storyboard Follows

4

I am creating a small example of an iOS application using Visual Studio 2015 in Windows 10.

However, whenever I open Main.storyboard by designer and click on one of the UIStoryboarSegue the Segue property looks as if nothing has been selected. Getting the Xml code of the component as follows:

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

Altero manually for

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

If I manually change the kind it accepts and works, however whenever I go back to the storyboard designer and click on segue it changes the kind property to popoverPresentation .

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

    
asked by anonymous 19.02.2017 / 23:42

1 answer

4

It looks like a bug even the stable version of Xamarin.

I've decided to upgrade Xamarin to Alpha.

To upgrade Xamarin, through Visual Studio 2015, to an Alpha version, simply go to the Tools | Options -> Xamarin | Other menu.

NOTE: The version of Xamarin Studio on Mac also has to be updated to the same version.

    
22.02.2017 / 01:22