Thank you Sir. I was just at compositionsWithProtocols:andAttributes: in the docs, looking at the attributes category and noticing that name key. It would have taken me awhile to get that solution, and I probably would have forgotten to use a mutable array the first time too.
I appreciate the help. -gt > On 9/20/12, Mailing Lists <li...@vade.info> wrote: >> >> >> 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 <gtole...@gmail.com> wrote: >> >>> QCCompositionRepository >> >> > > > -- > George Toledo > gtole...@gmail.com > www.georgetoledo.com > www.controlfreak.tv > > The information contained in this E-mail and any attachments may be > confidential. > If you have received this E-mail in error, please notify us immediately by > telephone or return E-mail. > You should not use or disclose the contents of this E-mail or any of the > attachments for any purpose or to any persons. > -- George Toledo gtole...@gmail.com www.georgetoledo.com www.controlfreak.tv The information contained in this E-mail and any attachments may be confidential. If you have received this E-mail in error, please notify us immediately by telephone or return E-mail. You should not use or disclose the contents of this E-mail or any of the attachments for any purpose or to any persons. _______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list (Quartzcomposer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com