Tools
Download Search CocoaTraces for Mac OS X 10.4 for easily searching in Cocoa Traces from any application supporting system services!
Site Statistics
34882 Total Views
41 Traces
41 Fragments
47 Comments
54 Tags
41 Traces
41 Fragments
47 Comments
54 Tags
Tags
audio badge category class crash dock fade file finder font gradient hack help icon indicator kqueue LoginItems menu metadata NSButton NSCell NSControl NSDictionary NSDirectoryEnumerator NSDocument NSMenu NSPopUpButton NSProgressIndicator NSScrollView NSSound NSSpeechChannel NSString NSTableColumn NSTableView NSTabView NSToolbar NSURLConnection NSURLRequest NSView NSWindow preferences readme record report SerialPort shell speech support TabBar timer tooltip wrapper xml zoom
A simple URL downloader class
Tags: NSURLRequest, NSURLConnection, classRelated Traces
- Login Items management class (11 months)
- Easily create and display gradients in Cocoa (10 months)
- Integrate a crash reporter in your application (11 months)
- System Sounds (11 months)
- Create Mail style badges for your app icon (10 months)
- Serial port management class (11 months)
- Add Check for Updates and Send Feedback features to your application (11 months)
Add a new comment or fragment
Fields marked with * are mandatory.
After experimenting with NSURLRequest/NSURLConnection I decided that those classes are still too complicated to use. So I wrote AMURLLoader which does all the work. You just create a loader and receive the result when it's finished. The sample app retrieves the favicon for a site.
Should I really be able to edit this?