Xamarin.iOS Designer - Creating Action segue not working
问题 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 Click on Control key Select button on 1st screen Drag it to the 2nd screen 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