Roger
Roger

Reputation: 4797

How to implement an iTunes like interface?

After exploring a multi window implementation for my core data Cocoa app, I've decided to abandon that design and switch over to a design like you see with iTunes and iPhote. That is a split window with a navigation area on the left and a content pane on the right.

I was pondering with the idea to tackle this as follows:

My question is whether that is a feasible design or am I completely on the wrong track here and are there better ways of doing this? I've come across this question but that's going more towards a Finder-like implementation with cascaded hierarchies, which is not what I'm looking for.

Upvotes: 2

Views: 1088

Answers (1)

Parag Bafna
Parag Bafna

Reputation: 22930

Your design is feasible. You can also refer iTunes-ifying a Core Data App.

Upvotes: 1

Related Questions