将故事板移植到 iOS4
我是 Xcode 的新 Storyboarding 的粉丝,但我很恼火它在 iOS4 上不起作用。我明白为什么它不起作用,因为它依赖于 iOS5 框架中添加的新类。然而,如果能够以某种方式将故事板移植回 iOS4,那就太酷了。一个为各个故事输出 xib 文件以及为 segues 生成代码的工具。
如果有人知道其他人在这个领域做了一些事情,我会有兴趣使用它,因为我的应用程序需要支持 iOS4,但我想继续使用 Storyboarding。我可以一边吃蛋糕一边吃吗?
I'm a fan of Xcode's new storyboarding, but I'm annoyed it won't work on iOS4. I understand why it won't work, because it relies on new classes added to the iOS5 framework. However, it would be cool to be able to port a storyboard back to iOS4 somehow. A tool that outputted xib files for the individual stories, and code generation for segues.
If anyone knows of anyone else doing something in this area, I'd be interested in using it, since my app needs to support iOS4, but I'd like to move forward with Storyboarding. Can i have my cake and eat it too?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,你不能。最终毁掉了故事板并回到了个人的 xib。
Nope you cant. Ended up gutting the storyboarding and going back to individual xibs.