0

Possible Duplicate:
iTunes-style NSWindow subclass?

I want to create nswindow like itunes min status. like: ituens

but when I create the nswindow it like this: nswindow i create

I want a panel like itunes that show at up picture.so I can put my custom view in it. but i have no idea how to do it.I am new for mac design.

Any suggestion is welcome or can any one remmend same useful books for me.

Community
  • 1
  • 1
dinosaur
  • 638
  • 5
  • 14

1 Answers1

0

Create an NSPanel and select the metal appearance to get something similar to the iTunes window. However, iTunes is drawing the non-standard close/max/min buttons itself, so you can't easily reproduce that (nor should you want to IMHO).

Frederik Slijkerman
  • 6,471
  • 28
  • 39