Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've been working with EventKit on OSX and have yet to quite figure this out. Using an NSTableView & NSTableCellViews, the goal is to use an array of EKEvents, through an ArrayController, to populate the NSTableCellViews in the NSTableView.

The tableview is 7 columns (for each day of the week) and I'm trying to understand how to sort the array or the table so that only the EKEvents on 'Monday' (for example) would populate the corresponding 'Monday' column.

I understand how to populate using instance variables, but that's not helping me much.

Any ideas? Thanks!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.