Subdomain Posts
Objective C | 11 days ago
Objective C | 27 days ago
Objective C | 45 days ago
Objective C | 45 days ago
Recent Posts
None | 3 sec ago
None | 4 sec ago
None | 15 sec ago
C | 36 sec ago
C | 1 min ago
Java | 1 min ago
C | 1 min ago
None | 1 min ago
None | 2 min ago
PHP | 2 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Anonymous on the 4th of Feb 2010 06:34:43 AM Download | Raw | Embed | Report
  1.     NSSavePanel *savePanel = [NSSavePanel savePanel];
  2.     [savePanel setTitle:@"Save Playlist"];
  3.     [savePanel setNameFieldStringValue:@"My Playlist"];
  4.     [savePanel setAccessoryView:saveFileFormat];
  5.     [savePanel setAllowedFileTypes:[NSArray arrayWithObjects:@"foo", @"bar", nil]];
  6.     [savePanel setAllowsOtherFileTypes:NO];
  7.     [savePanel setCanSelectHiddenExtension:YES];
  8.  
  9.     [savePanel runModal];
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: