简体   繁体   English

在Xcode和App Store中使用情节提要

[英]Using storyboards in xcode and the app store

I am in a process of learning ios development. 我正在学习ios开发。 I am beginning to learn storyboards and i found out that its only IOS 5 compatible. 我开始学习故事板,我发现它只有iOS 5兼容。 I searched here and found some answers but i wanted to find out if it make sense at this point to use storyboards. 我在这里搜索并找到了一些答案,但我想确定此时使用情节提要板是否有意义。 How does application behave that requires 5.0 in the app store? 如何应用程序的行为,需要在App Store 5.0? Does it show up for people that have 4.3 and lower? 它是否针对4.3及更低版本的用户显示? When i look through new application i don't see any that says 5.0 required in the description. 当我通过新的应用程序看起来我没有看到任何说,在描述中所需要5.0。 Does that mean most people do not use storyboards to develop apps yet? 这是否意味着大多数人还没有使用故事板来开发应用程序?

Thanks in advance! 提前致谢!

story board is available in SDK 4.2 with which you can build for iOS 5, you can certainly set your deployment target to 4.x and it will work like a charm..!! 故事板在SDK 4.2中可用,您可以使用它为iOS 5进行构建,您当然可以将部署目标设置为4.x,它将像魅力一样工作.. !!

Updated : as @FirozeLafeer told, I confirmed my knowledge that he is right - XCode displays a message that "storyboards are unavailable on iOS 4.3 or prior" 更新:如@FirozeLafeer所言,我确认我知道他是对的-XCode显示消息“ iOS 4.3或更低版本上没有故事板”

From Apple: Storyboards are supported in iOS 5 and later and are enabled by default for new projects. If your app must run on earlier versions of iOS, though, you cannot use storyboards and should continue to use nib files. 从Apple: Storyboards are supported in iOS 5 and later and are enabled by default for new projects. If your app must run on earlier versions of iOS, though, you cannot use storyboards and should continue to use nib files. Storyboards are supported in iOS 5 and later and are enabled by default for new projects. If your app must run on earlier versions of iOS, though, you cannot use storyboards and should continue to use nib files.

Source: https://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneosprogrammingguide/AppDesignBasics/AppDesignBasics.html 来源: https : //developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneosprogrammingguide/AppDesignBasics/AppDesignBasics.html

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM