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!