A way to forward events to multiple views with a NSCollectionView

Posted by charlie hwang on Stack Overflow See other posts from Stack Overflow or by charlie hwang
Published on 2010-03-30T15:11:34Z Indexed on 2010/03/30 15:13 UTC
Read the original article Hit count: 687

Filed under:
|

Hi,

I am trying to forward a keyboard event from the Collection View to all the views it contains. I've tried figuring out how to obtain an array of the views so that I could forward the event to each view, but I could not find a way to do this. I feel that I am going about this the wrong way. Any direction is appreciated.

Thank you,

charlie

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about nscollectionview