iPhone UIView 中的 Quartz Composer
我正在尝试将 Quartz Composer 文档嵌入 iPhone 应用程序中。我知道 iPhone OS 3.1 中添加了 Quartz Composer 支持(至少维基百科是这么说的),但我找不到任何关于如何做到这一点的好资源。我使用CGContext吗?或者有没有更友好的方法来添加 Quartz Composer 合成?
谢谢!
I am trying to embed a Quartz Composer document in an iPhone app. I know Quartz Composer support was added in iPhone OS 3.1 (at least, that's what Wikipedia says) but I can't find any good resources on how to do this. Do I use CGContext? Or are there more friendly ways to add a Quartz Composer composition?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Quartz Compositions 不能在 iPhone 上运行。
Quartz Composer Editor 应用程序包含在 iPhone SDK 下载中(以及基本的 Xcode 开发工具包) - 您可能已经在 iPhone 附近看到过它的提及 - 但合成仅在 iPhone 上运行桌面操作系统。
Quartz Compositions do not run on iPhone.
The Quartz Composer Editor application is included with the iPhone SDK download (and with the basic Xcode Developer Tools package) — which is where you may have seen it mentioned in proximity to iPhone — but compositions only run on the desktop OS.