Storyboard reference on iOS below 9.0

纵然是瞬间 提交于 2019-12-23 10:58:41

问题


I am playing with new Storyboard references. According to Apple documentation minimum requirement for iOS is version 9.0.

However, I have successfully deployed test app with simple show segue between two storyboards inside same app connected with Storyboard reference to iOS 8.3 device and Simulator with iOS 8.0.

Is documentation wrong, or I am missing something obvious?


回答1:


It's backwards compatible to 8.0 with the exception of relationship segues. See 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)


来源:https://stackoverflow.com/questions/33691302/storyboard-reference-on-ios-below-9-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!