简体   繁体   English

SpriteKit到Springboard

[英]SpriteKit to Springboard

I have developed my application using SpriteKit. 我已经使用SpriteKit开发了我的应用程序。 Now I'm thinking about translating into native springboard project in order to improve the performances and use standard item without programming their behavior twice. 现在,我正在考虑转换为本地跳板项目,以提高性能并使用标准项目,而无需对其行为进行两次编程。

Actually I'm checking all of my possibilities before starting with the entire translation (I want to be sure that every graphic statements I have created could be translate successful). 实际上,在开始整个翻译之前,我正在检查所有可能性(我想确保自己创建的每个图形语句都可以成功翻译)。

For instance: 例如:

在此处输入图片说明

This is a schematic concept about the levels. 这是有关级别的示意性概念。 It provides a list of all levels available divided by world (a sort of scrolling list). 它提供了按世界划分的所有可用级别的列表(一种滚动列表)。 Searching for solutions I saw a lot of customization using UITableView and Cells but my question is: Can I get the same result with those elements? 在寻找解决方案时,我看到了很多使用UITableView和Cells进行自定义的方法,但是我的问题是:这些元素能否获得相同的结果?

You can achieve the same results with UIKit, you may not want to use UITableView though, not sure how it handles overlapping. 您可以使用UIKit达到相同的结果,尽管您可能不想使用UITableView,但不确定如何处理重叠。 You can achieve the results by just applying constraints to all of your sub views though to achieve the desired results 您可以通过仅将约束应用于所有子视图来获得结果,尽管可以获得期望的结果

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

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