gpt4 book ai didi

xcode - Objective-C,从 .nib 过渡到 .storyboard

转载 作者:行者123 更新时间:2023-12-03 17:20:51 25 4
gpt4 key购买 nike

我正在尝试将我的应用程序从使用 .nibs 更新为 OS X 上更新的 .storyboard 格式。我不太确定实现这一目标的最佳方法是什么。

enter image description here

目前,我的项目中既有旧的 MainMenu.nibMain.Storyboard 。对于我来说,手动将项目从 .nib 复制到 .storyboard 非常容易,尽管我如何告诉 XCode 开始使用我的 .storyboard > 而不是 .nib?是否可以在同一个项目中同时使用两者?欢迎任何建议。

最佳答案

although how do I tell XCode to start using my .storyboard instead of the .nib?

如果您根本不想再使用 MainMenu.nib,那么您可以在 Info.plist 中设置 NSMainStoryboardFile 键(并且删除 NSMainNibFile 键)。这样, Storyboard文件就会在启动时使用。

Info.plist 键记录在此处:

https://developer.apple.com/library/mac/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html

https://developer.apple.com/library/mac/documentation/General/Reference/InfoPlistKeyReference/Articles/GeneralPurposeKeys.html

关于xcode - Objective-C,从 .nib 过渡到 .storyboard,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28205134/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com