Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Blakeasd

macrumors 6502a
Original poster
Dec 29, 2009
643
0
Hello!
I am trying to create a template chooser similar to the one in Pages. I need help with the view where you choose the template. I created an NSView and I set the the color to black, but I'm not sure how to continue from there. How did they create the template's icons and add it to the view and how did they add the ability to select the templates. I'm not sure where to start....I have the black view , but where do I go from there?
Thanks!
 
Have you tried using NSCollectionView?

How did they create the template's icons
There are preview icons in the template bundles.

[...] and add it to the view and how did they add the ability to select the templates
You'd have to see their code to know that. My guess is NSCollectionView - this is pretty much what it's for.

I'm not sure where to start....I have the black view , but where do I go from there?
Maybe it would be best to read some tutorials and get acquainted with the views (and other classes) Cocoa provides.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.