iOS 9.0 以下的故事板参考
Storyboard reference on iOS below 9.0
我正在使用新的情节提要参考资料。根据 Apple documentation iOS 的最低要求是版本 9.0。
但是,我已经成功部署了测试应用程序,在同一应用程序内的两个故事板之间使用简单的 show segue 连接,故事板参考 iOS 8.3 设备和模拟器 iOS 8.0。
是文档有误,还是我遗漏了一些明显的东西?
它向后兼容 8.0,关系转场除外。参见 the release notes for Xcode 7
Storyboard References may now be deployed to iOS 8, OS X 10.10, and watchOS 1.
Backwards-deployed Storyboard References may not be connected to relationship segues and may not refer to storyboards in external bundles. (21275172)
我正在使用新的情节提要参考资料。根据 Apple documentation iOS 的最低要求是版本 9.0。
但是,我已经成功部署了测试应用程序,在同一应用程序内的两个故事板之间使用简单的 show segue 连接,故事板参考 iOS 8.3 设备和模拟器 iOS 8.0。
是文档有误,还是我遗漏了一些明显的东西?
它向后兼容 8.0,关系转场除外。参见 the release notes for Xcode 7
Storyboard References may now be deployed to iOS 8, OS X 10.10, and watchOS 1.
Backwards-deployed Storyboard References may not be connected to relationship segues and may not refer to storyboards in external bundles. (21275172)