S sebastijan macrumors member Original poster May 22, 2005 62 2 London, UK Apr 27, 2008 #1 How can I make drop down panel like this in Cocoa? Can someone explain this to me step by step? Thanks!
How can I make drop down panel like this in Cocoa? Can someone explain this to me step by step? Thanks!
MacDonaldsd macrumors 65816 Sep 8, 2005 1,005 0 London , UK Apr 27, 2008 #2 http://www.oreilly.com/pub/a/mac/2001/10/05/cocoa.html?page=2 That article may help you. But in essence a sheet is simply a window that you attach to the window behind it. So you create and layout the sheet how you would a normal window.
http://www.oreilly.com/pub/a/mac/2001/10/05/cocoa.html?page=2 That article may help you. But in essence a sheet is simply a window that you attach to the window behind it. So you create and layout the sheet how you would a normal window.