M medasmx macrumors member Original poster Nov 9, 2008 89 0 Dec 24, 2008 #1 Question -- When people make calendar applications (e.g. for scheduling), do you use NSCollectionView, and add the days of the month to the boxes? What are other options? Thanks. Adam
Question -- When people make calendar applications (e.g. for scheduling), do you use NSCollectionView, and add the days of the month to the boxes? What are other options? Thanks. Adam
K kainjow Moderator emeritus Jun 15, 2000 7,958 7 Dec 24, 2008 #2 You could, but since NSCollectionView is new to 10.5 I'm sure the majority of apps just use custom NSViews, or NSMatrix with custom NSCells.
You could, but since NSCollectionView is new to 10.5 I'm sure the majority of apps just use custom NSViews, or NSMatrix with custom NSCells.