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];
Use NSOpenPanel class to create an Open Panel, like this
NSOpenPanel *urPanel = [NSOpenPanel openPanel];
For displaying the Open panel , use this code,
[urPanel runModal];