That returns an array of QCComposition objects. The name is the value of the 
attribute QCCompositionAttributeNameKey.

So you do a for(QCComposition* comp in composition)
{
        NSString* name = [comp attributes] 
valueForKey:QCCompositionAttributeNameKey];

        [someMutableNameArray addObject:name];
}

*written inline, beware of errors.

On Sep 20, 2012, at 1:17 PM, George Toledo <[email protected]> wrote:

> QCCompositionRepository

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to