简体   繁体   English

如何在XCode界面生成器中删除退出序列?

[英]How do I remove an exit segue in XCode interface builder?

I am really very new at ios programming. 我真的是ios编程的新手。
I have this segue I attached to the exit of a view. 我已将此视图附加到视图的出口。
For the life of me I cannot sem to remove it. 对于我的一生,我无法断言将其删除。 I can remove the method in the code but then I just get a warning. 我可以在代码中删除该方法,但随后会收到警告。
How do I remove this attached presenting segue? 我如何删除此附加的呈现segue?
提出诉讼

Check your .h and .m files for the declaration and implementation of the segue. 检查您的.h和.m文件以获取segue的声明和实现。 After you remove that try to clean build your app. 删除后,尝试清理构建您的应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Xcode Interface Builder Segue动画 - Xcode Interface Builder Segue Animation 如何使用xcode接口构建器向UIButton添加填充? - How do I add padding to a UIButton using the xcode interface builder? 如何在Xcode 9中将自动调整大小应用于Interface Builder? - How do I apply Autoresizing to Interface Builder in Xcode 9? 如何在Interface Builder中显示备用语言? (Xcode5) - How do I display alternate languages in Interface Builder? (Xcode5) Xcode 6 Interface Builder如何使UIView的宽度为100%? - Xcode 6 Interface Builder how do I make a UIView 100% width? 如何在Xcode Interface Builder中设置UIRefreshControl的目标? - How do I set the target of a UIRefreshControl in Xcode Interface Builder? 如何在Xcode Interface Builder中显示占位符背景? - How do I show Placeholder Backgrounds in Xcode Interface Builder? 如何在XCode故事板中删除segue? - How do I delete a segue in XCode storyboard? 如何在Interface Builder和xcode中将表格和单元格背景更改为自定义图像? - How do I change the table and cell backgrounds to custom images in Interface Builder and xcode? 如何使用目标c匹配两个随机数,然后在xcode界面构建器中打印匹配项 - How do I match two random numbers, then print match in xcode interface builder, using objective c
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM