-2

I am trying to create a random text scrolling UITextView for an iPhone application much like the one seen in the matrix films (http://shell-and-desktop.softlandmark.com/images/screenshots/what_is_the_matrix_screensaver-141908.jpg)

Can anyone shed any light on how to achieve the desired effect?

Thanks

4

1 回答 1

3

好吧,没有什么可以让您免于学习 iOS SDK。您应该使用它或使用 Eddie 建议的其他程序构建的其他程序......比如 Unity......

您需要对 Quartz 和 View Animations 和/或 Core Foundation Layer 动画有深入的了解。之后,您可以决定是否需要 UILabel 或 UITextView,以及各自的优点。您需要足够的代码来了解如何使用 Unichar(16 位)和/或仅使用日文字符的图像。

绝对最简单:学习 Unity 并以这种方式进行。

Gamedev.net 有一些很好的材料可以提供帮助。

帕特里克的建议会给你侧身汉字,但有办法撤消它......但你必须了解图形系统。

UILabel + sizeToFit + 随机汉字生成 + 查看动画或类似游戏的动画。

只是需要一些时间和精力。

于 2013-06-20T04:09:11.400 回答