简体   繁体   English

Xcode 4.2在其故事板中的错误

[英]Bug of Xcode 4.2 in its storyboard

I have a view controller with bar buttons, and they all created in storyboard. 我有一个带有条形按钮的视图控制器,它们都是在故事板中创建的。 Now I wanna change the bar buttons to a custom view. 现在我想将条形按钮更改为自定义视图。 All work perfectly in the simulator. 一切都在模拟器中完美运行。 But the changes of the bar buttons seem not appearing on my iphone 4. Even after I deleting all the bar buttons, they still be there on the iphone 4. It's really disgusting. 但是我的iphone 4上的条形按钮的变化似乎没有出现。即使我删除了所有的按钮,它们仍然在iphone 4上。它真的很恶心。 Anyone can help me out? 有人可以帮帮我吗? Thanks in advance! 提前致谢!

Remove your app on your iPhone, do a Product > Clean. 在iPhone上删除您的应用,执行产品>清洁。 Then Build and Run again. 然后再次构建并运行。

This is standard operation for such thing. 这是这种事情的标准操作。

尝试从iPhone 4中删除应用程序并重新生成它....我认为它与故事板错误无关......

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

相关问题 故事板xcode中的错误? - bug in storyboard xcode? 更改Xcode 4.2故事板创建的视图中的过渡 - Changing Transitions in views created by Xcode 4.2 Storyboard 如何使用Xcode 4.2和故事板使用“页面控制”? - How to use a “Page Control” using Xcode 4.2 and storyboard? 如何在不使用故事板的情况下在xcode 4.2中创建基于视图的应用程序? - how to create viewbased application in xcode 4.2 without using storyboard? 使用xcode 4.2和情节提要通过代码更改视图? - Change views via code using xcode 4.2 and storyboard? 理解Xcode 4.2中新的Storyboard功能的最佳资源/指南是什么? - What is the best resource/guide for understanding new Storyboard feature in Xcode 4.2? 如何使用情节提要和Xcode 4.2有条件地加载UIViewController - How to load a UIViewController conditionally using storyboard and xcode 4.2 Xcode 4.2-属性IBOutlet无法捕捉到情节提要视图 - Xcode 4.2 - Property IBOutlet won't Snap to Storyboard View 升级到iOS SDK 7.1后,XCode StoryBoard中出现怪异错误 - Weird Bug in XCode StoryBoard after upgrading to iOS SDK 7.1 将照片添加到MFMailComposeViewDelegate(Xcode 4.2,iOS 5,ARC,LLDB,情节提要,通用应用程序) - Add photo to MFMailComposeViewDelegate ( Xcode 4.2, iOS 5, ARC, LLDB, Storyboard, Universal App )
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM