objective-c - XCode/OS X : Storyboard Minimum Requirements

标签 objective-c xcode macos cocoa storyboard

为了向后兼容:

What is the minimum required version of OS X that will run an Application containing or utilizing Storyboards?

最佳答案

OSX Yosemite 中引入的 Storyboard不向后兼容。

使用 Storyboard,您的应用只能支持OSX Yosemite 及更高版本

为了确认,您可以看到

NSViewController reference storyboard 属性的可用性

Available in OS X v10.10 and later.

关于objective-c - XCode/OS X : Storyboard Minimum Requirements,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28425122/

相关文章:

objective-c - 如何扩展NSWindow的客户区?

iphone - 如何将 Gmail 和 yahoo 联系人提取到我的 iPhone 应用程序

regex - Mac OS X 和 BSD 上的“git grep”和单词边界

macos - 在 MacPorts 中,如何识别和卸载未使用的库端口?

swift - xcode:没有这样的模块 'Kingfisher'

ios - 如何在 swift 中使用现有的 SQLite 数据库?

ios - 根据不同的设备增加启动屏幕标签的字体大小?

objective-c - 获取cocos2d Sprite 图像路径

ios - 在搜索栏中搜索数组

ios - 你如何使用 setTitleTextAttributes :forState in UIBarItem?