07
Jun

Use NSOpenPanel class to create an Open Panel, like this

NSOpenPanel *urPanel = [NSOpenPanel openPanel];

For displaying the Open panel , use this code,

[urPanel runModal];

,

shinu.s
Posted by on 07 Jun 2011 by shinu.s in Apple MAC, Cocoa, iPhone, Mac OS X, Objective C

Add reply

*