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?