Xamarin iOS: Style segue always changes back to no segue after choosing “Present Modally”

拈花ヽ惹草 提交于 2019-12-11 06:37:42

问题


When I set the action for a segue to "Present Modally", it keeps automatically changing back to "no segue".

What should i do? :((

EDIT:

This menu is on the Storyboard. When connecting one controller to another controller, Segue menu appears. After that, I want choose "Present Modally" and fill Identifier (for example--> Identifier: "showChatPrivate"), but automatically the action segue always turn into "No segue" (according to this image).


回答1:


This looks like it may be Bug 44401; a fix is being worked on, but is not yet publicly available. As a temporary workaround, please try setting the segue action by hand or use Xamarin Studio on Mac. For a notification of when the fix becomes available, you can keep an eye on the Release Blog. Thanks!



来源:https://stackoverflow.com/questions/40235490/xamarin-ios-style-segue-always-changes-back-to-no-segue-after-choosing-present

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