Xamarin.iOS Designer - Creating Action segue not working

倖福魔咒の 提交于 2020-02-05 02:01:06

问题


I am trying to add action segue by dragging a button on one screen to another in Xamarin Studio on Mac. According to instruction provided by Xamarin university, this should create action segue. My exact steps are

  1. Click on Control key
  2. Select button on 1st screen
  3. Drag it to the 2nd screen
  4. Release mouse and Control key

This should show a little popup prompting you to select type of segue (Push, Modal, or Custom). In my case, the popup shows very briefly, so I have no time to select the type.


回答1:


It turns out that after restarting Xamarin Studio, I was able to get the popup stay so I can make my selection. I have noticed that Xamarin Studion seem to have strange issues like this and the solution is often to close solution, quit Xamarin studio, restart it, reopen solution and try again.




回答2:


Try use XCode for for modifying storyboard. I always use XCode for editing storyboard and placing my layout and after that name my control using Xamarin Studio by using Document Outline



来源:https://stackoverflow.com/questions/40859517/xamarin-ios-designer-creating-action-segue-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!