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.
– BrianSouza
I decided to upgrade to an alpha version.
– Pablo Tondolo de Vargas