PDA

View Full Version : calendar application




medasmx
Dec 24, 2008, 02:39 PM
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



kainjow
Dec 24, 2008, 03:48 PM
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.