Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Quartz Composer in iPhone UIView

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!

like image 987
Peter Hajas Avatar asked Apr 03 '10 00:04

Peter Hajas


1 Answers

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.

like image 134
smokris Avatar answered Oct 14 '22 15:10

smokris